Decrypt takes a message and a key and decrypts the message with the key using the same AES-256 algorithm used on the client side.
Encrypt takes a message and a key and encrypts the message with the key using the same AES-256 algorithm used on the client side.