| Crates.io | kaps |
| lib.rs | kaps |
| version | 0.1.0 |
| created_at | 2025-01-22 23:00:32.475366+00 |
| updated_at | 2025-01-22 23:00:32.475366+00 |
| description | 🔐 Enterprise-grade file encryption toolkit |
| homepage | |
| repository | https://github.com/stescobedo92/kaps |
| max_upload_size | |
| id | 1527224 |
| size | 36,924 |
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
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
# 🔒 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!"