Cypher | Crypto Cipher Encode Decode Hash Tool

:rose: CYPHER TOOLS :rose:

Written by TMRSWRR

Version 1.0.0

All in one tools for CRYPTOLOGY.

Instagram: Capture the Root

:framed_picture: Screenshots :framed_picture:

:video_camera: How to use :video_camera:

How to use CYPHER TOOLS

Click on the image…

:toolbox: Features :toolbox:

This tool include:

  • :round_pushpin: HASH
  • :round_pushpin: RSA
  • :round_pushpin: XOR
  • :round_pushpin: AES (ECC)
  • :round_pushpin: AES (CBC)
  • :round_pushpin: DES (ECB)
  • :round_pushpin: FERNET
  • :round_pushpin: RC2
  • :round_pushpin: RC4
  • :round_pushpin: CHACHA20POLY1305
  • :round_pushpin: TRANSPOSITION
  • :round_pushpin: DIFFIE HELMAN
  • :round_pushpin: IMAGE ENCRYPT/DECRYPT
  • :round_pushpin: FILE ENCRYPT/DECRYPT

:dvd: Installation :dvd:

Installation with requirements.txt

git clone https://github.com/capture0x/cypher cd cypher pip3 install -r requirements.txt

Usage

python3 cryptot.py

HASH

Encryption and decryption algorithms ==> BASE64 MD5 SHA1 SHA384 SHA256 SHA512

RSA

Encrypts strings by generating public and private keys

IMAGE ENCRYPT/DECRYPT

Key and iv value must be 16 or 32 bytes, then specify the path of your image

Enter Your IV :1234567812345678
Enter Your Image Path :/home/tmrswrr/Desktop/butterfly.ico
Encrypted : /home/tmrswrr/Desktop/butterfly.ico.wrr
Img Encrypted...
Enter Your IV :1234567812345678
Enter Encrypt Image Path : /home/tmrswrr/Desktop/butterfly.ico.wrr
Key and iv value must be 16 bytes...
Img DEcrypted...

FILE ENCRYPT/DECRYPT

Encryption ==> Specify the path to the files you want to encrypt

1. Encryption
2. Decryption
Choose(1,2): 1
Your Key >> RVT5ITD2gCKpLQYSXn-GRUwfBoUWBx8GZEELdItyOTU=
Enter files path :/home/tmrswrr/Music
Files Encrypted...

1. Encryption
2. Decryption
Choose(1,2): 2
PLease enter your key :RVT5ITD2gCKpLQYSXn-GRUwfBoUWBx8GZEELdItyOTU=
Enter files path :/home/tmrswrr/Music
Files DEcrypted...

Bugs and enhancements

For bug reports or enhancements, please open an issue here.

DONATE BTC ==> 38Gru3iAH4i4Jx5oTt24Ju1ShTfnxFM2nN

Copyright 2021

GitHub:

Enjoy!

3 Likes