CryptTools - Encryption, decryption and cracking
Tools for encryption, decryption and cracking from several cryptographic systems.
How to Install
- Install Python 3.6 if you do not have it yet.
- Ensure that you have installed python3.6 in /usr/bin otherwise you will need to make a symbolic link to its real location:
sudo ln -s $(which python3.6) /usr/bin/python3.6
- Install the following Python dependencies:
pip3 install numpy
pip3 install pyenchant
- Clone this repository:
git clone https://github.com/Carleslc/CryptTools.git
- Give execution permissions to all tools:
cd CryptTools/tools
chmod +x *
Post a Comment