Releases: JoergDF/cryptcrypt
Releases · JoergDF/cryptcrypt
v0.3.0
v0.3.0 is not compatible with previous versions. The file format changed.
What's Changed
- Added bzip2 compression/decompression.
- Added split of encrypted output file and its concatenation on decryption.
- Improved security: No length indicator in output file anymore, so it cannot reveal indirect information about the data (especially for compressed, variably sized data).
v0.2.0
v0.2.0 is not compatible with previous version. It cannot decrypt files created with v0.1.0 and vice versa.
What's Changed
- Added keyfile option as supplement to password.
- Password and keys are removed from memory after usage in a more comprehensive way.
- Changed encryption process: protection against reordering and truncation of chunks, different key derivation.