Decrypt text with a key.
Usage
decrypt( text, key, )
text: str
The ciphertext to decrypt.
key: str
The decryption key.
str
The decrypted text.