/shacol

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Shacol

Shacol is Python tool used to find collision on specified range of bits generated by SHA-256. This project was born as a school project in the TIC1.

Installation

Clone our repo:

git clone git@sarkachwastkova.cz:/opt/git/tic1project.git
cd tic1project

###Install required packages:

Fedora:

dnf -y install $(cat dependencies.txt)

Python packages:

pip3 install Cython
pip3 install -r python_dependencies.txt

Start Redis server service:

systemctl start redis