Libraries anvil crypto decrypt

Cipher decrypt(string algorithm, object key)
Parameters algorithm -  should be one of supported algoritmhs such as crypto.DES, crypto.TRIPLE_DES, crypto.BLOWFISH.
key -  string or binary key
Returns a cipher object, which takes encrypted data and then returns the original data.