Home
last modified time | relevance | path

Searched refs:isEnc (Results 1 – 2 of 2) sorted by relevance

/plugin/pgpblock/pgpblock/
Dscript.js168 …blocks.push({ start, end, tag: match[1], body: match[3].trim(), isEnc: match[3].includes('-----BEG… property
175 let pass = await getPassphrase(target.isEnc ? "Decrypting Block" : "Encrypting Block");
182 if (target.isEnc) {
/plugin/pgpblock/
Dscript.js168 …blocks.push({ start, end, tag: match[1], body: match[3].trim(), isEnc: match[3].includes('-----BEG… property
175 let pass = await getPassphrase(target.isEnc ? "Decrypting Block" : "Encrypting Block");
182 if (target.isEnc) {