Const
Shortcut functions to the cipher's object interface.
var ciphertext = CryptoJS.RabbitLegacy.encrypt(message, key, cfg); var plaintext = CryptoJS.RabbitLegacy.decrypt(ciphertext, key, cfg); Copy
var ciphertext = CryptoJS.RabbitLegacy.encrypt(message, key, cfg); var plaintext = CryptoJS.RabbitLegacy.decrypt(ciphertext, key, cfg);
Shortcut functions to the cipher's object interface.