Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/landiluigi746/password-manager
Simple console-based password manager written in C
https://github.com/landiluigi746/password-manager
c c-programming c-programming-language c-programming-project c-project password password-manager password-safety password-vault passwords
Last synced: about 1 month ago
JSON representation
Simple console-based password manager written in C
- Host: GitHub
- URL: https://github.com/landiluigi746/password-manager
- Owner: landiluigi746
- License: mit
- Created: 2024-05-06T17:06:30.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T17:18:43.000Z (4 months ago)
- Last Synced: 2024-09-30T01:05:52.851Z (about 1 month ago)
- Topics: c, c-programming, c-programming-language, c-programming-project, c-project, password, password-manager, password-safety, password-vault, passwords
- Language: C
- Homepage:
- Size: 19.5 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 in C
This program is a simple console-based password manager written in C.
It allows you to store usernames and passwords and manage them.
You can also set an admin account to protect your data.## Features
- Store usernames and passwords
- Display all credentials
- Update, search and delete credentials
- Set an admin account (if you do so, the program will ask you to enter the admin credentials on startup)
- Data encryption## Installation
You have two ways to install this program:
1. Download the latest version of the program
2. Clone the repository and use `make` to build and run the program## Usage
1. Open the program
2. The program will display a menu with the following options```
add - Insert a new password
display - Display all passwords
search - Search an account by username
delete - Delete a password
update - Update an existing account
admin - Set admin account
exit - Exit program
```3. Choose the desired option
4. Follow the promptsNote: The program saves on exit and uses a binary file to store the data.