Merge pull request #1804 from Naufragous/odf-cracking

Add support for Open Document Format 1.2
This commit is contained in:
Jens Steube
2018-12-07 09:36:31 +01:00
committed by GitHub
10 changed files with 874 additions and 4 deletions
+12
View File
@@ -1,11 +1,23 @@
* changes v5.1.0 -> v5.x.x
##
## Algorithms
##
- Added hash-mode 18400 (Open Document Format (ODF) 1.2 (SHA-256, AES))
##
## Bugs
##
- Fixed output of IKE PSK (mode 5300 and 5400) hashes to have separators at right position
##
## Technical
##
- Tests: Added hash-mode 18400 (Open Document Format (ODF) 1.2 (SHA-256, AES))
* changes v5.0.0 -> v5.1.0
##