Skip to content

Releases: valflrt/fencryption

v0.1.13

09 Apr 16:29
Compare
Choose a tag to compare
  • Fix cli text
  • Improve docs

v0.1.12

08 Apr 15:28
Compare
Choose a tag to compare

v0.1.12

  • Move commands to lib
  • Better cli code quality

v0.1.11

  • Fix potential security vulnerability by adding one nonce per chunk while keeping encrypted files size pretty low by making chunks longer (so that the chunk/nonce length ratio is low)
  • Remove packing feature
  • Greatly improve fencryption_lib documention

v0.1.10

14 Nov 13:40
Compare
Choose a tag to compare
v0.1.10 Pre-release
Pre-release
  • Add packing features
    • Command pack and unpack
  • Commands encrypt now gathers all encrypted files in the same directory
    • File names of encrypted files are now uuids
  • Key is no more asked as an argument (so it is now saved in history)
  • Better log

v0.1.6

29 Oct 15:05
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • Add multithreading for directory encryption (speed goes brrr)
  • Switch from chacha20poly1305 to aes_gcm
  • Add overwrite option to be able to overwrite the output file/directory when enc/decrypting
  • Greatly improve logging
  • Filenames are still not encrypted
  • Encrypted directory still keeps original directory structure
  • Misc fixes

v0.1.4

16 Oct 12:31
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Base features (encrypting/decrypting) and commands (encrypt/decrypt)
  • No pretty error display (system error message)
  • File names are not encrypted
  • Encrypted directory keeps original directory structure

This is a pre-release