Rabbit: CipherHelper

Shortcut functions to the cipher's object interface.

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