Ask a question to get started
Enter to send•Shift+Enter new line
EncryptedSerializer( self, cipher: CipherProtocol, serde: SerializerProtocol = JsonPlusSerializer() )
SerializerProtocol
Serialize an object to a tuple (type, bytes) and encrypt the bytes.
(type, bytes)
Create an EncryptedSerializer using AES encryption.
EncryptedSerializer
Serializer that encrypts and decrypts data using an encryption protocol.