An open API service indexing awesome lists of open source software.

https://github.com/nanda-gopal-sb/password_manager

A Password Manager in mordern C++.
https://github.com/nanda-gopal-sb/password_manager

bitwise cli cpp cryptography file filesystem password

Last synced: 3 months ago
JSON representation

A Password Manager in mordern C++.

Awesome Lists containing this project

README

        

# Password Manager

## Overview
This project is a C++ based Password Manager application. It allows users to securely store and manage their passwords for various accounts.

## Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/Password_Manager.git
```
2. Navigate to the project directory:
```sh
cd Password_Manager
```
3. Build the project:
```sh
g++ src/janus.cpp
```

## Usage
1. Run the application:
```sh
./password_manager
```
2. Follow the on-screen instructions to manage your passwords.

## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.