CryptTools - Encryption, decryption and cracking



Tools for encryption, decryption and cracking from several cryptographic systems.

How to Install

  1. Install Python 3.6 if you do not have it yet.
  2. 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
  1. Install the following Python dependencies:
pip3 install numpy
pip3 install pyenchant
  1. Clone this repository: git clone https://github.com/Carleslc/CryptTools.git
  2. Give execution permissions to all tools:
cd CryptTools/tools
chmod +x *
Powered by Blogger.