# hashcat v7.1.0 — hashcat v7.1.0 - Product: hashcat (https://whatsnew.fyi/product/hashcat) - Vendor: hashcat team - Date: 2025-08-16 - Version: v7.1.0 - Original notes: https://github.com/hashcat/hashcat/releases/tag/v7.1.0 - Permalink: https://whatsnew.fyi/product/hashcat/releases/v7.1.0 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — AS/400 DES hash mode - **added** — AS/400 SSHA1 hash mode - **added** — Blockchain, My Wallet, Legacy Wallets hash mode - **added** — Cisco-ISE Hashed Password (SHA256) hash mode - **added** — LUKS2 (Argon2i KDF type) hash mode - **added** — KeePass (KDBX v4) hash mode - **added** — SAP CODVN H (PWDSALTEDHASH) isSHA512 hash mode - **added** — sm3crypt $sm3$, SM3 (Unix) hash mode - **added** — BLAKE2b-256 hash mode - **added** — BLAKE2b-256($pass.$salt) hash mode - **added** — BLAKE2b-256($salt.$pass) hash mode - **added** — MD6 (256) hash mode - **added** — sha224($pass.$salt) hash mode - **added** — sha224($salt.$pass) hash mode - **added** — sha224(sha1($pass)) hash mode - **added** — sha224(sha224($pass)) hash mode - **added** — Attack-Modes use 64-bit counters for amplifier keyspace - **added** — Initial support for running hashcat inside Docker - **changed** — Host memory query method updated - **changed** — Device memory handling warns instead of waiting on high GPU memory usage - **fixed** — Python Bridge unsalted hashlist support - **fixed** — Python Bridge esalt structure size - **changed** — Python Bridge improved support from 1:1 password-to-hash to 1:N password-to-hashes - **changed** — Python Bridge stand-alone debugging of stubs improved --- 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](https://github.com/hashcat/hashcat/blob/v7.1.0/docs/releases_notes_v7.1.0.pdf) --- ##### 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.