Releases: landiluigi746/Password-manager
Releases · landiluigi746/Password-manager
pwd-manager v1.0
Password Manager 1.0
First release of landiluigi746's console-based Password Manager written in C.
Features
- Store and Manage Passwords: Store and manage usernames and passwords.
- Admin Account: Set an admin account to protect the data. The program will prompt for admin credentials on startup.
- Data Encryption: The data stored by the password manager is encrypted for added security.
Installation
You have two ways to install the password manager:
- Download the Latest Version: You can download the latest version of the program.
- Clone the Repository: If you prefer to build the program yourself, you can clone this repository and use
make
to build and run the program.
Usage
- Open the Program: Run the compiled executable or use the
make run
command to start the program. - Menu Options: The program will display a menu with the following options:
add - Insert a new password
display - Display all passwords
search - Search for a password by username
delete - Delete a password
update - Update an existing account
admin - Set admin account
exit - Exit program
- Choose an Option: Enter the command for the desired option.
- Follow the Prompts: Follow the prompts to perform the desired action.
Note: The password manager saves the data on exit and uses a binary file to store the data.