Skip to content

Encrypt and decrypt files using various encryption algorithms

Notifications You must be signed in to change notification settings

RamenN00dlez/cryptit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Description

This is a command line utility program designed for quick and easy hashing of data files using as many hashing algorithms as we could find in the pycryptodome library. encryption and decryption of data files using AES-256, AES-192, AES-128, and DES3 using the ECB, CBC, CFB, and OFB encryption modes.

Usage

cryptit --hash --cipher SHA-256 --string "this is a string to hash"
fb921c43b622c389a08c232581bd334c36ede14c9f9b63b36381a48a78a04ea4
cryptit --encrypt --file file --cipher DES3 --password "SUPER-k00l_p4ssw0rd" --mode ECB
Encrypted content saved to file.enc
cryptit --decrypt --file file.enc --cipher DES3 --password "SUPER-k00l_p4ssw0rd" --mode ECB
Decrypted content saved to file

About

Encrypt and decrypt files using various encryption algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages