RC4: CipherHelper

Shortcut functions to the cipher's object interface.

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