Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 530 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 530 Bytes

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