mahmoud0x01 / Datainfo

python crypto functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataInfo

simple python application to calculate hash functions and encode/decode files and for symmetric and asymmetric cryptography operations

Usage

python DataInfo.py -h

requirements

  • argparse
  • pycrypto
  • getpass
  • logging
  • hashlib

install requirements

pip install -r requirements.txt

Cryptography

Currently support aes cbc, cfb,ofb modes soon will add all aes cipher block modes of operations also support rsa key generation with all sizes and supports PEM encryption and support rsa public key exportation