Skip to content

CrazyChickenDev/Encrypto

 
 

Repository files navigation

Encrypto

A text encryptor.
Encryption method: Fernet, Fernet is a symmetrical encryption method so that a message would be very hard to decipher without the key

web app

visit https://go.jettchen.me/encrypto

CLI version

The cli version of encrypto is in cli.py. Encrypt a message: python cli.py encrypt "message" Decrypt a message: python cli.py decrypt "encrypted_message" A demo:

asciicast

About

Send secret messages via end to end message encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.7%
  • Python 48.3%