-
Notifications
You must be signed in to change notification settings - Fork 1
G. Installation & Setup
Joshua M Clatney edited this page Dec 24, 2024
·
5 revisions
- Install Python 3:
Download and install from https://www.python.org/downloads/.
- Install Required Libraries:
Run:
pip install argon2-cffi
pip install bcrypt
pip install psutil
pip install pycryptodome
-
Other libraries (hashlib, itertools, string, sys, os, time, threading, concurrent.futures) are included in Python’s standard library.
-
Download ClatsCracker: Place the script (e.g., cracker.py) in a folder of your choice.