Kapak Versions Save

A simple-to-use file encryption script

v4.0.0

1 year ago

[4.0.0]

Changed

  • 1ba75a5 Bumped cryptography from 39.0.0 to 39.0.1

v4.0.0-rc.2

1 year ago

[4.0.0-rc.2]

Added

  • Added more test coverage

Fixed

  • Fixed issue with padding

v4.0.0-rc.1

1 year ago

[4.0.0-rc.1]

Added

  • Added stdin/stdout support for cli
  • Read password from user specified file
  • Added more tests

Changed

  • Used cryptography v39.0.0
  • Changed header format of encrypted file
  • Changed key verification algorithm

Removed

  • Removed password length limit
  • Removed folder encryption
  • Removed folder zip compression

v3.1.0

3 years ago
  • New Graphical User Interface
  • Optional buffer size ( CLI )

v3.0.1

3 years ago
  • Fixed issue with encrypting files with extension length of 9

v3.0.0

3 years ago
  • Added encrypt/decrypt commands
  • Fixed problem absolute paths in zip files
  • Dropped backward compatible code for decrypting old file extensions

v2.2.0

3 years ago
  • One can zip the directory before encryption

v2.1.0

3 years ago
  • Expanded buffer size to 64MB
  • Updated Linux install script

v2.0.3

3 years ago
  • Fixed progress printing

v2.0.2

3 years ago
  • better implementation for file extension encryption
  • minor printing changes