![]() |
hashcat v7.1.0 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Announcements (https://hashcat.net/forum/forum-14.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-16.html) +--- Thread: hashcat v7.1.0 (/thread-13353.html) |
hashcat v7.1.0 - atom - 08-16-2025 Welcome to hashcat v7.1.0! Download binaries and source code from hashcat or from GitHub 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:
Quote:--------------------------------------------------------- New Features
Quote:$ docker run --rm --gpus=all -it hashcat bash Python Bridge
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. - atom - matrix RE: hashcat v7.1.0 - atom - 08-18-2025 Welcome to hashcat 7.1.1 release! This hotfix addresses issues related to multi-hash handling in LUKS2 and KeePass (KDBX4). Single-hash cases were not affected. It also includes some other minor changes. If you are looking for release notes please refer to docs/changes.txt. RE: hashcat v7.1.0 - atom - 08-23-2025 Welcome to the hashcat v7.1.2 release! This hotfix restores backward compatibility in machine-readable status view mode, which was broken in v7.1.0 and affected third-party overlays such as the Hashtopolis agent. It also fixes issues in the Argon2 libraries when used in multi-hash modes. If you are using hashcat v7.1.0+ with LUKS2 or KeePass KDBX4, updating is strongly recommended. The release also introduces a new assimilation bridge plugin, the Rust bridge. Just like the Python bridge plugin, which lets you write hash-mode extensions in Python instead of C, you can now do the same in Rust. This is a valuable community contribution that will be covered in more detail in the next release notes. The feature is already fully functional and ready for early adoption, with initial documentation available in hashcat-rust-plugin-requirements.md. For the full list of changes, please see docs/changes.txt. RE: hashcat v7.1.0 - Snoopy - 08-25-2025 Back from holiday and boom. Feeling like i was absent for years. HC 7.0, 7.1, 7.1.1, 7.1.2 so much to explore and to try. Good work! RE: hashcat v7.1.0 - atom - 08-28-2025 Enjoy ![]() |