Encrypt text with a key.
Usage
encrypt( text, key, )
text: str
The plaintext to encrypt.
key: str
The encryption key.
str
The encrypted text.