RabbitLegacy: CipherHelper

Shortcut functions to the cipher's object interface.

var ciphertext = CryptoJS.RabbitLegacy.encrypt(message, key, cfg);
var plaintext = CryptoJS.RabbitLegacy.decrypt(ciphertext, key, cfg);