1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-29 19:38:18 +00:00

added note about $electrum2$ to changelog

This commit is contained in:
philsmd 2019-03-08 13:44:33 +01:00
parent fda04609cd
commit ae77c680f8
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -28,6 +28,7 @@
- Fixed maximum password length limit which was announced as 256 but actually was 255 - Fixed maximum password length limit which was announced as 256 but actually was 255
- Fixed cracking raw Streebog-HMAC 256 and 512 hashes with password of length >= 64 - Fixed cracking raw Streebog-HMAC 256 and 512 hashes with password of length >= 64
- Fixed cracking raw Whirlpool hashes cracking with password of length >= 32 - Fixed cracking raw Whirlpool hashes cracking with password of length >= 32
- Fixed cracking of Electrum Wallet Salt-Type 2 hashes
## ##
## Improvements ## Improvements
@ -289,7 +290,7 @@
- Added hash-mode 16300 = Ethereum Pre-Sale Wallet, PBKDF2-SHA256 - Added hash-mode 16300 = Ethereum Pre-Sale Wallet, PBKDF2-SHA256
- Added hash-mode 16400 = CRAM-MD5 Dovecot - Added hash-mode 16400 = CRAM-MD5 Dovecot
- Added hash-mode 16500 = JWT (JSON Web Token) - Added hash-mode 16500 = JWT (JSON Web Token)
- Added hash-mode 16600 = Electrum Wallet (Salt-Type 1) - Added hash-mode 16600 = Electrum Wallet (Salt-Type 1-2)
## ##
## Bugs ## Bugs