Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.61 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.61 KB

Password Vault in Rust

Overview

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.

Features

  1. Add Entry:

    • Securely add new entries to the password vault, providing service, username, and password information.
  2. List Entries:

    • View a list of all stored entries in the password vault, facilitating easy access to saved credentials.
  3. Search Entry:

    • Search for specific entries by service name, enabling quick retrieval of relevant credentials.
  4. File I/O and Error Handling:

    • Robust file operations ensure the secure storage of passwords, with effective error handling for a reliable user experience.

Getting Started

  1. Clone the repository:

    git clone https://github.com/prakhar0711/password-vault.git
  2. Navigate to the project directory:

    cd password-vault
  3. Build and run the application:

    cargo run

Simplify

Navigate to :

"password-vault/target/release" and run "password-vault.exe" file.

Dependencies

  • Serde: Serialization/deserialization library for Rust.
  • Serde JSON: JSON support for Serde.

Contributions

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.