Home
last modified time | relevance | path

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

/plugin/encryptedpasswords/script/
DSubtleAES.js27 return this.createOpenSSLCryptString(salt, new Uint8Array(cipher));
110 createOpenSSLCryptString(salt, cipher) { method in SubtleAES