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.
- 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
You have two ways to install this program:
- Download the latest version of the program
- Clone the repository and use
make
to build and run the program
- Open the program
- 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
- Choose the desired option
- Follow the prompts
Note: The program saves on exit and uses a binary file to store the data.