cyclone-github
released this
29 Sep 17:13
·
6 commits
to main
since this release
Cyclone's SHA1eMinor Hash Cracker
Multithreaded hash cracker for custom algo: sha1(eMinor--$saltsha1(eMinor--$plaintext--})--})
Compiled for:
- Linux 386
- Linux x64
- Linux ARM HF (raspberry pi <= 3)
- Linux ARM x64 (raspberry pi >= 4)
- Windows 386
- Windows x64
- Mac OS x64
Usage:
./sha1eminor_cracker -w wordlist.txt -h hashes.txt
- v2023-09-29.1100; fixed bug that caused program to not exit when all hashes were cracked, multiple code modifications for better hashrate and thread-safety
Cyclone's SHA1eMinor Hash Gen
Hash gen for custom algo: sha1(eMinor--$saltsha1(eMinor--$plaintext--})--})
Usage:
./sha1eminor_generator (prompts for password)
- version 0.1.0; initial release (no changes since last release)