The first stable release of Kryptor!
- Validation for file paths now happens before being asked to enter a password.
- Added empty directory validation.
- Added a validation check for a salt file when encrypting directories.
- Added a validation check for a salt file when decrypting directories using a private key.
- The total number of files count is no longer reduced when a file is invalid (e.g. already encrypted).
- Removed error logging. It is not needed, and the log file never got shared in bug reports.
- Added a private key encryption example to
-h|--help
to clarify that you do not need to specify your public key when encrypting files for yourself. - Simplified the examples in
-h|--help
. - Reworded several error messages.