- Prompt to confirm deleting original file when invoking encrypt.
- Append
.aes
file extension instead of substituting when encrypting. - Use derivation function (-pbkdf2) when encrypting. See pull request.
- Updated the notice text when using environment variable
CRYPTR_PASSWORD
for the password. - Updated
tests/test.bash
. - Bump copyright year to 2019.
-
You may now define the password to use when encrypting and decrypting using the
CRYPTR_PASSWORD
environment variable. This change enables non-interactive/batch operations. -
Added a test script
tests/test.bash
.
- Small optimization, removed unneeded function
cryptr_info()
.
BREAKING CHANGE
- Increased the OpenSSL key size to 256bit from 128bit. Any files encrypted with version
1.0.0
must be decrypted with version1.0.0
.
- Initial release.