Home
last modified time | relevance | path

Searched refs:akey (Results 1 – 3 of 3) sorted by relevance

/plugin/dokucrypt3/
H A Dcrypto_high-level.js157 function encryptTextString(ptext,akey) { argument
163 if (akey.length === 0) {
172 key=setKeyFromAscii(akey);
218 function decryptTextString(ctext,akey) { argument
219 key=setKeyFromAscii(akey);
/plugin/dokucrypt/
Dscript.js360 function encryptTextString(ptext,akey) { argument
366 if (akey.length === 0) {
375 key=setKeyFromAscii(akey);
421 function decryptTextString(ctext,akey) { argument
422 key=setKeyFromAscii(akey);
/plugin/dokucrypt2/
Dscript.js432 function encryptTextString(ptext,akey) { argument
438 if (akey.length === 0) {
447 key=setKeyFromAscii(akey);
493 function decryptTextString(ctext,akey) { argument
494 key=setKeyFromAscii(akey);