Libraries anvil crypto encrypt

Cipher encrypt(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 data and then returns the encrypted data.