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@sarkachwastkova.cz:/opt/git/tic1project.git
cd tic1project
###Install required packages:
dnf -y install $(cat dependencies.txt)
Python packages:
pip3 install Cython
pip3 install -r python_dependencies.txt
Start Redis server service:
systemctl start redis