freezer.utils.crypt
Module¶freezer.utils.crypt.
AESCipher
(pass_file)¶Bases: object
Base class for encrypt/decrypt activities.
freezer.utils.crypt.
AESDecrypt
(pass_file, salt)¶Bases: freezer.utils.crypt.AESCipher
Decrypts chucks of data using AES-256 algorithm. OpenSSL compatible.
decrypt
(data)¶freezer.utils.crypt.
AESEncrypt
(pass_file)¶Bases: freezer.utils.crypt.AESCipher
Encrypts chucks of data using AES-256 algorithm. OpenSSL compatible.
encrypt
(data)¶flush
()¶generate_header
()¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.