1 unstable release

new 0.1.0 Jan 22, 2025

#682 in Cryptography

Download history 105/week @ 2025-01-21

105 downloads per month

MIT license

15KB
286 lines

🔐 KAPS - Keep Assets Protected Securely

License Security

🚀 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