DES: CipherHelper

Shortcut functions to the cipher's object interface.

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