A lightweight command-line password manager written in C. It securely stores your login credentials using file I/O and encrypts passwords with OpenSSL.
- 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)
Make sure you have the following installed:
gccor any C compileropenssldevelopment libraries- Linux:
sudo apt install libssl-dev - macOS:
brew install openssl - Windows: Download from https://slproweb.com/products/Win32OpenSSL.html and configure paths manually
- Linux:
git clone https://github.com/yourusername/password-manager-c.git
cd password-manager-c