New interoperable browser version at https://cloaker.mobi!
- Added CLI flags to:
- encrypt/decrypt from stdin instead of file (
-E
,-D
) - encrypt/decrypt to stdout instead of file (
-O
) - read password from a file (
-f
) instead of prompting for it - accept password directly with
-p
instead of prompting (not recommended: password will appear in shell history)
- encrypt/decrypt from stdin instead of file (
- Increased speed by... a lot. Not sure exactly, depends on platform.
- Added progress bar to GUI and progress output to CLI.
- Encryption/decryption of empty files now possible.
- Changed password hashing from
scryptsalsa208sha256
toArgon2id
. - Windows GUI version builds with MSVC instead of MinGW.