Skip to content

jstangle/shacol

Repository files navigation

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 [email protected]:jstangle/shacol.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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published