Skip to content

mahmoud0x01/Datainfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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