kaps

Crates.iokaps
lib.rskaps
version0.1.0
created_at2025-01-22 23:00:32.475366+00
updated_at2025-01-22 23:00:32.475366+00
description🔐 Enterprise-grade file encryption toolkit
homepage
repositoryhttps://github.com/stescobedo92/kaps
max_upload_size
id1527224
size36,924
Sergio Triana Escobedo (stescobedo92)

documentation

README

🔐 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!"
Commit count: 37

cargo fmt