Skip to main content

Module aes256_cbc

Module aes256_cbc 

Source
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ยง

Aes256Cbc ๐Ÿ”’
The unauthenticated legacy AES-256-CBC cipher.

Constantsยง

IV_SIZE ๐Ÿ”’
KEY_SIZE ๐Ÿ”’