Skip to content

AmarKoonar/Password-Manager-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager (C)

A lightweight command-line password manager written in C. It securely stores your login credentials using file I/O and encrypts passwords with OpenSSL.

Features

  • password protection (hashed using SHA256)
  • File-based local storage
  • AES encryption for stored credentials
  • Add, retrieve, and delete password entries
  • Cross-platform support (Linux, macOS, Windows with some setup)

Requirements

Make sure you have the following installed:


Build and Run

1. Clone the repo

git clone https://github.com/yourusername/password-manager-c.git
cd password-manager-c

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors