From 08a3280b062af83ee50fa139d7827d954907886e Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 13 May 2024 21:52:13 +0200 Subject: Implement re-encryption support --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d48f9a9..aca6068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.0.0](https://github.com/blackm0re/etoolkit/tree/2.0.0) (2024-05-13) + +[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.2.0...2.0.0) + +**Changes:** + +- etoolkit encryption format v2, adding rnd. padding for values < 32 bytes + +- re-encryption support + +- replaced *os.system* with *subprocess* + +- new etoolkit.EtoolkitInstance API (not compatible with v1) + + ## [1.2.0](https://github.com/blackm0re/etoolkit/tree/1.2.0) (2022-04-04) [Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.1.0...1.2.0) -- cgit v1.3