Skip to content

Releases: landiluigi746/Password-manager

pwd-manager v1.0

06 May 18:29
Compare
Choose a tag to compare

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:

  1. Download the Latest Version: You can download the latest version of the program.
  2. 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

  1. Open the Program: Run the compiled executable or use the make run command to start the program.
  2. 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
  1. Choose an Option: Enter the command for the desired option.
  2. 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.