TripleDES: CipherHelper

Shortcut functions to the cipher's object interface.

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