Skip to content
Permalink
ff23d72f30
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Hashcracking Code

"Solutions" for the hash cracking tasks. Implemented as Unit-tests

Instlling

YOu need to install some libraies, I would recommend using a virtual env

Setup Env

(You only need to do this once

$python3 -m venv env

Activate

On Linux

source env/scripts/activate

On Windows

env\scripts\activate.bat

#Or 

env\scripts\activate.ps1

Install Dependencies

pip insall -r REQUIREMENTS.txt

NOTE: Depending on your python version bcrypt can be insteresting to install

Running the tests

pytest -v