Skip to content

Releases: JoergDF/cryptcrypt

v0.3.0

23 May 08:16
adc9a4e

Choose a tag to compare

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

05 Apr 13:11
f87f273

Choose a tag to compare

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.

v0.1.0

27 Mar 19:28

Choose a tag to compare

Initial release.
File encryption tool with double encryption.