- Use
shredinstead ofrm -fwhen optionally deleting original file. Requires that the shred command is installed.
- Support for printing plaintext to
stdoutwhen decrypting file via flag--stdout. - Bump copyright year to 2025.
- Prompt to confirm deleting original file when invoking encrypt.
- Append
.aesfile extension instead of substituting when encrypting. - Use derivation function (-pbkdf2) when encrypting. See pull request.
- Updated the notice text when using environment variable
CRYPTR_PASSWORDfor 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_PASSWORDenvironment 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.0must be decrypted with version1.0.0.
- Initial release.