Skip to content

Cryptology tools. Messages can be encoded, and some decoded. Images and files can also be encrypted/decrypted.

Notifications You must be signed in to change notification settings

M3ritt/Cypher_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypher_tools

This is a tool used for cryptology. One can encode and partially decode using different types of ciphers and hashes.

Installation

  1. Download or clone repository
  2. cd ./Cypher_tools-main
  3. pip install -r requirements.txt
  4. python main.py

Tool includes

  1. Hashing (Base 54, SHA1, SHA256, SHA512, MD5)
  2. RSA
  3. AES (ECC)
  4. AES (CBC)
  5. Diffie Hellman
  6. Image encryption/decryption
  7. File encryption/decryption

Example

Non command Line Edition:

Example

Command Line Edition:

cmd_example

About

Cryptology tools. Messages can be encoded, and some decoded. Images and files can also be encrypted/decrypted.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages