SecurePass is a C++ command-line password manager that securely stores user credentials in an encrypted format. It features a master password system to protect access and uses basic encryption to ensure that stored data is not in plain text.
- Master Password Authentication – Access is granted only if the correct master password is provided.
- Password Encryption – Encrypts passwords before saving them to file storage.
- Add, View, and Search Passwords – Easily manage credentials.
- File-based storage for persistent data.
- Lightweight and cross-platform.
- Language: C++
- Concepts: File I/O, OOP, Encryption/Decryption
- Tools: GCC/MinGW, VS Code
# Clone the repository
git clone https://github.com/riyap03/SecurePass.git
# Compile the program
g++ main.cpp -o securepass
# Run the program
./securepass