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.
Clone our repo:
git clone git@github.com:jstangle/shacol.git
cd tic1project
dnf -y install $(cat dependencies.txt)
Python packages:
pip3 install Cython
pip3 install -r python_dependencies.txt
Start Redis server service:
systemctl start redis