Fixed false negative in hash-mode 15900 (DPAPI masterkey file v2) if password was longer than 64 characters.

Bug was also present in SHA512 based TC and VC kernels, but had no effect because maximum password length is 64.
This commit is contained in:
Jens Steube
2021-06-16 12:13:04 +02:00
parent 2d7f67fd23
commit 8548af5e79
8 changed files with 8 additions and 7 deletions
+1
View File
@@ -5,6 +5,7 @@
##
- Fixed 'E' rule in pure kernel mode which was ignoring letters that are in positions that are multiples of 4
- Fixed false negative in hash-mode 15900 (DPAPI masterkey file v2) if password was longer than 64 characters
##
## Improvements