Skip to content

Latest commit

 

History

History
89 lines (44 loc) · 1.12 KB

File metadata and controls

89 lines (44 loc) · 1.12 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Removed

[0.0.8] - 2025/03/08

Added

Changed

  • Use scrypt in derivation function (experimental)

Removed

[0.0.8] - 2025/02/24

Added

  • Add benchmark for Tink

Changed

Removed

[0.0.7] - 2025/02/20

Changed

  • Update key derivation function (experimental)

[0.0.6] - 2025/02/20

Added

  • Add key derivation function (experimental)

[0.0.5] - 2025/02/20

Changed

  • Lazy loader for entrypoints
  • Move AES to a separate package

[0.0.2] - 2025/02/15

Added

  • Add function to clean pystd options

Changed

Removed

[0.0.2] - 2025/02/13

Added

  • Add DummyFile test helper
  • Add new targets in benchmarks.

Changed

  • Fix bug in decrypting small files with big meta
  • Allow change of container class

[0.0.1] - 2025/02/11

Added

  • Initial release
  • Splitted from FernetFile