[][src]Static rc_crypto::aead::aes_cbc::LEGACY_SYNC_AES_256_CBC_HMAC_SHA256

pub static LEGACY_SYNC_AES_256_CBC_HMAC_SHA256: Algorithm

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