This Rust-based Password Vault is a secure and user-friendly command-line application designed to manage and store passwords with a focus on data integrity and persistence. The application leverages Rust's file handling capabilities, JSON serialization, and the Serde library for structured data management.
-
Add Entry:
- Securely add new entries to the password vault, providing service, username, and password information.
-
List Entries:
- View a list of all stored entries in the password vault, facilitating easy access to saved credentials.
-
Search Entry:
- Search for specific entries by service name, enabling quick retrieval of relevant credentials.
-
File I/O and Error Handling:
- Robust file operations ensure the secure storage of passwords, with effective error handling for a reliable user experience.
-
Clone the repository:
git clone https://github.com/prakhar0711/password-vault.git
-
Navigate to the project directory:
cd password-vault
-
Build and run the application:
cargo run
Navigate to :
"password-vault/target/release" and run "password-vault.exe" file.
- Serde: Serialization/deserialization library for Rust.
- Serde JSON: JSON support for Serde.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.