ECF: encryption.ecf
Extensions to Colin LeMahieu's AES encryption library. Includes a class for reading and writing encrypted files using AES cipher block chains.
AES encryption using cipher chain blocks
Further Information
Click on class link to see client examples.
Encrypted text file using AES cipher blocks chains
Encrypted raw file using AES cipher blocks chains
Reads file lines encrypted using AES cipher blocks chains
Localizeable class for assessing, entering and validating pass phrases for AES encryption
See file: localization/el_pass_phrase.pyx
AES credentials buildable from Pyxis format
Routines for AES encryption and creating SHA or MD5 digests
Access to routines for AES encryption and creating SHA or MD5 digests
Further Information
Click on class link to see client examples.
bytes with a count equal to muliple of a_block_size. Creation area arguments that do not fit exactly are padded with bytes of value equal to the padding count.
Digest array for MD5, SHA256 and DTA1-HMAC-SHA256 digests
Further Information
Click on class link to see client examples.
A fix for the reset bug
Further Information
Click on class link to see client examples.
Click on class link to see client examples.
Click on class link to see client examples.
Click on class link to see client examples.