Skip to content

Releases: cyclone-github/sha1eminor_cracker

v2023-09-29.1100

29 Sep 17:13
0c2e64a
Compare
Choose a tag to compare

Cyclone's SHA1eMinor Hash Cracker

Multithreaded hash cracker for custom algo: sha1(eMinor--$saltsha1(eMinor--$plaintext--})--})
Compiled for:

  1. Linux 386
  2. Linux x64
  3. Linux ARM HF (raspberry pi <= 3)
  4. Linux ARM x64 (raspberry pi >= 4)
  5. Windows 386
  6. Windows x64
  7. 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)