Skip to content

G. Installation & Setup

Joshua M Clatney edited this page Dec 24, 2024 · 5 revisions
  1. Install Python 3:

Download and install from https://www.python.org/downloads/.

  1. Install Required Libraries:

Run:

pip install argon2-cffi

pip install bcrypt

pip install psutil

pip install pycryptodome

  1. Other libraries (hashlib, itertools, string, sys, os, time, threading, concurrent.futures) are included in Python’s standard library.

  2. Download ClatsCracker: Place the script (e.g., cracker.py) in a folder of your choice.

Clone this wiki locally