Home
last modified time | relevance | path

Searched refs:ptext (Results 1 – 4 of 4) sorted by relevance

/plugin/dokucrypt3/
H A Dcrypto_high-level.js76 var tagend=0, ptend=0, lock=null, ptext;
95 if(!(ptext=decryptTextString(data.substring(tagend+1,ptend),key))) {
100 "COLLAPSED=" + collapsed + ">" + ptext + "</" + tag_pt + ">");
157 function encryptTextString(ptext,akey) { argument
167 if (ptext.length === 0) {
178 var plaintext = encode_utf8(ptext);
H A Dscript.js250 var elem=null, atab=null, ptext="";
270 if(!(ptext=decryptTextString(ctext,given_key))) {
275 elem.textContent=ptext;
286 copyToClipboard(ptext).then(() => {
/plugin/dokucrypt2/
Dscript.js227 var elem=null, atab=null, key="", ptext="";
241 if((ptext=verifyDecrypt(ctext,lock,false))===false) {
245 elem.textContent=ptext;
253 copyToClipboard(ptext).then(() => {
336 var ptext=null;
341 if(!(ptext=decryptTextString(ctext,key))) {
344 ptext=decryptTextString(ctext,key);
345 if(ptext) {
355 if(!(ptext=decryptTextString(ctext,xkey))) {
360 return(ptext);
[all …]
/plugin/dokucrypt/
Dscript.js171 var elem=null, atab=null, key="", ptext="";
185 if((ptext=verifyDecrypt(ctext,lock,false))===false) {
189 elem.innerHTML=ptext;
266 var ptext=null;
271 if(!(ptext=decryptTextString(ctext,key))) {
274 ptext=decryptTextString(ctext,key);
275 if(ptext) {
285 if(!(ptext=decryptTextString(ctext,xkey))) {
290 return(ptext);
293 var tagend=0, ptend=0, lock=null, ptext;
[all …]