Ask a question to get started
Enter to send•Shift+Enter new line
Encrypt plaintext. Returns a tuple (cipher name, ciphertext).
(cipher name, ciphertext)
encrypt( self, plaintext: bytes, ) -> tuple[str, bytes]