Skip to content
/ eme Public

Simple to use CLI tool that makes encryption easy! Written in Rust.

License

Notifications You must be signed in to change notification settings

Barquadd/eme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔒 eme: Encryption Made Easy

an extremely simple encryption tool written in Rust

Usage:

# To encrypt:
eme --encrypt secret.png
# To decrypt:
eme --decrypt secret.png

⚠️ Warning! This encrypts files in-place! ⚠️

Do not lose the password that you encrypt your files with!