Changelog
v1.4.1
- Bugfix: shell escape all user entered strings used in shell commands (gpg calls)
- released a backport of the Python 3.3+
shlex.quote
function to handle item 1 for Python 2 and 3 users = shellescape
(link)
- added
shellescape
module as a new crypto dependency
- minor source formatting changes, including PEP8 compliant formatting updates
v1.4.0
- create tar archives from entire directories of files prior to encryption with the
--tar
switch
- automatically unpack decrypted tar archives
--nountar
switch to decrypt to a tar archive without unpacking it
- minor bug fixes (not encryption related)
v1.3.4
- common ebook binary file encryption performance improvements
v1.3.3
- common video codec encryption performance improvements
v1.3.2
- common audio codec encryption performance improvements
v1.3.1
- added decryption pauses on failed pass phrases to hamper brute force pexpect style pass phrase attacks with decrypto
v1.3.0
- encryption/compression algorithm updates
- text file encryption performance improvements (smaller text files)
- binary file encryption performance improvements
v1.2.0
- new
--hash
switch: SHA256 hash digest reporting for encrypted files
v1.1.3
- bug fixes (not encryption related)
- documentation changes
v1.1.2
- removed unnecessary shell scripts
- code cleanup
v1.1.1
- bug fixes (not encryption related)
v1.1.0
- Encryption performance improvements
- Selective file compression by default
- New
--space
switch : favor reduced file size over encryption speed
- New
--speed
switch : favor encryption speed over reduced file size
v1.0.3
- Unicode passphrase support
v1.0.2
- bug fixes (not encryption related)
v1.0.1
- bug fixes (not encryption related)
v1.0.0