Basic decryption tool
███████╗ ██████╗██████╗ ██╗ ██╗██████╗ ████████╗
╚══███╔╝██╔════╝██╔══██╗╚██╗ ██╔╝██╔══██╗╚══██╔══╝
███╔╝ ██║ ██████╔╝ ╚████╔╝ ██████╔╝ ██║
███╔╝ ██║ ██╔══██╗ ╚██╔╝ ██╔═══╝ ██║
███████╗╚██████╗██║ ██║ ██║ ██║ ██║
╚══════╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
+++++++++++++++++++++++++++++++++++++++++++++++
****<<Created by: Siddartha Malladi>>**********
ZCrypt is a basic decryption tool for all CTF enthusiasts especially for Crypto-analysts which covers XOR and RSA techniques.
(c,n,e) [Fermat Factorization]
Many updates are going to release in future.
git clone https://github.com/malladisiddu/ZCrypt.git
cd ZCrypt
apt install libgmp-dev libmpfr-dev libmpc-dev
pip3 install -r requirements.txt
python3 ZCrypt.py