Skip to content

Argon2 cracker

install

git clone https://github.com/CyberKnight00/Argon2_Cracker.git
pip3 install -r requirement.txt
chmod +x crack_argon2.py

-w specify custom wordlist

./crack_argon2.py -c '< Argon2 Hash >' -w '< Path/To/Wordlist >'

-v for Verbose output

# Default wordlist is used
./crack_argon2.py -c '< Argon2 Hash >' -v

-c option is used to specify Argon2id type hash

# Default word-list (/usr/share/wordlists/fasttrack.txt) is used if no wordlist is specified.
./crack_argon2.py -c '< Argon2 hash >'