Safe Storage
Safe Storage is a Rust-based command-line tool that helps securely handle file data through encryption and compression. It supports multiple modes to read, write, append, search, and output encrypted file contents, ensuring safe and efficient storage.
- π Encrypts and compresses files for secure storage
- π Supports multiple modes: read, write, append, search, and output
- βοΈ Built in Rust with focus on speed, safety, and reliability
- π§© Modular architecture using the
modesmodule - π» CLI usage example:
cargo run text.txt Mypassword -[r/w/a/s/o]
This project was a fun exploration into Rustβs performance and safety features while learning about encryption and file compression mechanisms.
π View Repository