Expand description
ยงLegacy AES-256-CBC operations (unauthenticated)
Contains the legacy AES-256-CBC primitive used by the type 0 EncString format. The data is
not authenticated, so this must only be used to decrypt existing data, never to encrypt
new data.
In most cases you should use the EncString with KeyDecryptable instead.
Structsยง
- Aes256
Cbc ๐ - The unauthenticated legacy AES-256-CBC cipher.