Audit password strength on systems you own or have permission to test
Recover forgotten passwords using GPU accelerated hash cracking
Analyze password crack statistics and complexity across an organization
| cleverg0d/l0phtcrack | brentdevent/s2x | maxlaurence/slippi-android | |
|---|---|---|---|
| Stars | 26 | 26 | 27 |
| Language | C++ | C++ | C++ |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Full platform support currently limited to macOS Apple Silicon and Linux ARM64, Windows and x86-64 Linux are in progress.
L0phtCrack 7 is a password auditing and recovery tool, software that security professionals use to test how strong the passwords are on a system by attempting to "crack" (reverse-engineer) password hashes (scrambled representations of passwords stored by operating systems). This is a community fork, meaning an independently maintained version of the original L0phtCrack 7 project, which was a well-known Windows-only tool that is no longer actively maintained. The key change in this fork is replacing the original cracking engine with hashcat, a widely used password recovery tool that can use your computer's GPU (graphics card) to dramatically speed up the cracking process. On macOS, it uses Apple Metal for GPU acceleration, on Linux and Windows it uses OpenCL or CUDA. This lets the tool crack many more passwords much faster than the original. The fork also adds a "Finalyze" technique, which takes already-discovered passwords and tries variations of them to find even more, plus a statistics section showing crack rates, most common passwords found, and complexity analysis. Currently, the fork fully supports macOS 13 and later on Apple Silicon chips (M1 through M4) and Linux on ARM64 processors. Windows and Linux x86-64 support are in progress. You can either download a pre-built release or build it from source using the provided instructions. The project is written in C++ and uses the Qt framework for its graphical interface. This tool is intended for authorized security testing only, meaning you should only use it on systems and accounts you own or have explicit written permission to test.
A community-maintained password auditing tool that uses hashcat and GPU acceleration to crack password hashes, for authorized security testing only.
Mainly C++. The stack also includes C++, Qt, hashcat.
The README does not state a license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.