Skip to content

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.

Notifications You must be signed in to change notification settings

prakhar0711/password-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages