string crypt(string data)
Encrypts or decrypts data, using the current key.
For block ciphers, data must be an integral number of blocks.
The encrypted or decrypted data.