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++.
- Host: GitHub
- URL: https://github.com/nanda-gopal-sb/password_manager
- Owner: nanda-gopal-sb
- License: mit
- Created: 2024-07-17T18:47:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T17:27:19.000Z (6 months ago)
- Last Synced: 2025-02-08T22:24:25.375Z (4 months ago)
- Topics: bitwise, cli, cpp, cryptography, file, filesystem, password
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.