[−][src]Module rc_crypto::aead::aes_cbc
Statics
LEGACY_SYNC_AES_256_CBC_HMAC_SHA256 | AES-256 in CBC mode with HMAC-SHA256 tags and 128 bit nonces. This is a Sync 1.5 specific encryption scheme, do not use for new applications, there are better options out there nowadays. Important note: The HMAC tag verification is done against the base64 representation of the ciphertext. More details here: https://mozilla-services.readthedocs.io/en/latest/sync/storageformat5.html#record-encryption |
Functions
aes_cbc | |
extract_keys | |
open | |
seal |