Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 390 Bytes

🔒 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!