Const
Creates shortcut functions to a cipher's object interface.
The cipher to create a helper for.
An object with encrypt and decrypt shortcut functions.
var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES); Copy
var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES);
Creates shortcut functions to a cipher's object interface.