-m 11600 = 7-Zip: added support for parsing $7z$1... and $7z$2... hashes

Attention: the LZMA/LZMA2 decompression step still needs to be implemented (e.g. via a hook)
This commit is contained in:
philsmd
2017-01-12 20:28:16 +01:00
parent a1c13778c7
commit 98fee66486
2 changed files with 24 additions and 10 deletions
+5
View File
@@ -1,4 +1,9 @@
* changes v3.30 -> v3.xx:
##
## Features
##
- Added support for parsing 7-Zip hashes with LZMA/LZMA2 compression indicator set to a non-zero value
##
## Workarounds