saurav3199 / Crypto-codes

standard codes for encrypting or decrypting ciphertexts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Crypto-codes

Standard codes for decrypting ciphertexts

Installation:

To use first run this on your terminal:

sudo apt install libgmp-dev libmpfr-dev libmpc-dev

&

pip3 install -r requirements.txt

Usage:

  • Simple rsa attack
    • p - public key
    • n - modulus
    • e - public exponent
python rsa.py [p] [n] [e] << [c]

where p,n,e are in integers

TODOS:

More codes will be added here

About

standard codes for encrypting or decrypting ciphertexts


Languages

Language:Python 100.0%