summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimeon Simeonov2024-05-13 21:52:13 +0200
committerSimeon Simeonov2024-05-13 21:52:13 +0200
commit08a3280b062af83ee50fa139d7827d954907886e (patch)
tree8e1d3f3117d05b3ad779d070ec30ddbbe242e62b /CHANGELOG.md
parentbb9a844e22134a2537652ea14f93e82acb4ee380 (diff)
Implement re-encryption support2.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d48f9a9..aca6068 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
1# Changelog 1# Changelog
2 2
3## [2.0.0](https://github.com/blackm0re/etoolkit/tree/2.0.0) (2024-05-13)
4
5[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.2.0...2.0.0)
6
7**Changes:**
8
9- etoolkit encryption format v2, adding rnd. padding for values < 32 bytes
10
11- re-encryption support
12
13- replaced *os.system* with *subprocess*
14
15- new etoolkit.EtoolkitInstance API (not compatible with v1)
16
17
3## [1.2.0](https://github.com/blackm0re/etoolkit/tree/1.2.0) (2022-04-04) 18## [1.2.0](https://github.com/blackm0re/etoolkit/tree/1.2.0) (2022-04-04)
4 19
5[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.1.0...1.2.0) 20[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.1.0...1.2.0)