1 unstable release
new 0.1.0 | Jan 22, 2025 |
---|
#682 in Cryptography
105 downloads per month
15KB
286 lines
🔐 KAPS - Keep Assets Protected Securely
🚀 Features
-
Military-grade encryption (AES-256-CBC)
-
Secure key derivation (PBKDF2-HMAC-SHA256)
-
Cross-platform support (Windows/Linux/macOS)
-
Directory structure preservation
-
Random salt & IV generation
📦 Installation
You can install the cli using the github repository:
cargo install --git https://github.com/stescobedo92/kaps
or directly from the create.io registry:
cargo install kaps
🛠 Usage
# 🔒 Encrypt directory
kaps encrypt --input <folder_to_encrypt> --output <folder_encrypted> --password "Str0ngP@ss!"
# 🔓 Decrypt directory
kaps decrypt --input <folder_encrypted> --output <folder_to_decrypt> --password "Str0ngP@ss!"
Dependencies
~2.4–9.5MB
~92K SLoC