The freezer.utils.crypt Module

The freezer.utils.crypt Module

class freezer.utils.crypt.AESCipher(pass_file)

Bases: object

Base class for encrypt/decrypt activities.

class freezer.utils.crypt.AESDecrypt(pass_file, salt)

Bases: freezer.utils.crypt.AESCipher

Decrypts chucks of data using AES-256 algorithm. OpenSSL compatible.

decrypt(data)
class 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()
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

freezer 6.0.1.dev8