Ask a question to get started
Enter to send•Shift+Enter new line
Protocol for encryption and decryption of data.
encrypt
decrypt
CipherProtocol()
Protocol
Encrypt plaintext. Returns a tuple (cipher name, ciphertext).
(cipher name, ciphertext)
Decrypt ciphertext. Returns the plaintext.