shadow-crypt-1.0.6 is not a library.
Visit the last successful build:
shadow-crypt-1.0.9
Shadow Crypt
Password-based file encryption with filename obfuscation.
Features
- Strong Algorithms: XChaCha20-Poly1305 cipher, Argon2id key derivation
- No Storage: Sensitive data is retained only in memory during operation
- Memory Safety: Zeroizes sensitive data in memory after use
- No Dependencies: Pure Rust implementation
Installation
- Ensure you have Rust and Cargo installed.
Using Cargo (Recommended)
From Source
Usage
Encrypt Files
Decrypt Files
List Encrypted Files
Documentation
Contributing
Contributions are welcome! Please open issues or submit pull requests on Github.
License
Licensed under MIT OR Apache-2.0.
See LICENSE-APACHE and LICENSE-MIT for full license texts.