Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hashcat-7.1.0.7z | 2025-08-16 | 19.2 MB | |
hashcat v7.1.0 source code.tar.gz | 2025-08-16 | 19.2 MB | |
hashcat v7.1.0 source code.zip | 2025-08-16 | 23.1 MB | |
README.md | 2025-08-16 | 1.9 kB | |
Totals: 4 Items | 61.5 MB | 4 |
Welcome to hashcat v7.1.0!
This is a minor release, but an important one. It comes just two weeks after the major v7.0.0 update, as part of our effort to keep release cycles shorter than in the past.
Although two weeks may seem quick, this version includes several important bug fixes along with notable new features and hash modes, which makes a v7.1.0 release fully justified.
If you have 5 minutes, here's the full writeup: Full Release Notes and detailed writeup
New Algorithms
- AS/400 DES
- AS/400 SSHA1
- Blockchain, My Wallet, Legacy Wallets
- Cisco-ISE Hashed Password (SHA256)
- LUKS2 (Argon2i KDF type)
- KeePass (KDBX v4)
- SAP CODVN H (PWDSALTEDHASH) isSHA512
- sm3crypt $sm3$, SM3 (Unix)
- BLAKE2b-256
- BLAKE2b-256($pass.$salt)
- BLAKE2b-256($salt.$pass)
- MD6 (256)
- sha224($pass.$salt)
- sha224($salt.$pass)
- sha224(sha1($pass))
- sha224(sha224($pass))
New Features
- Attack-Modes: Use 64-bit counters for amplifier keyspace
- Host Memory: Update method to query free host memory
- Add initial support for running hashcat inside Docker
- Device Memory: Warn instead of waiting on high GPU memory usage
- ... a lot more
- See full writeup for details
Python Bridge
- Fix unsalted hashlist support
- Fix the esalt structure, it was too large
- Improve support from 1:1 password-to-hash to 1:N password-to-hashes
- Improve stand-alone debugging of Python Bridge stubs
- See full writeup for details
This release was made possible thanks to the work of the hashcat community.
We appreciate the time, skill, and testing effort that went into it and especially from those submitting fixes, reporting bugs, and helping improve portability.