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

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔒 eme: Encryption Made Easy

an extremely simple AES-256 encryption tool written in Rust

Usage:

# To encrypt:
eme --encrypt secret.png
# To decrypt:
eme --decrypt secret.png
# Encrypt using a keyfile:
eme --keyfile key --encrypt secret.png

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

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