Welcome to the Password Manager application. This project allows you to securely manage your passwords with encryption and decryption functionalities.
Features
- Securely store and manage passwords
- Encrypt and decrypt your data for enhanced security
- User-friendly graphical interface
- Master password protection
How to Run the Project Locally
- Clone the repository:
git clone https://github.com/ramzanbhutto/Projects.git
- Navigate to the Password-Manager directory:
cd Projects/Password-Manager
- Build the project using CMake:
cmake .
- Compile the project:
make
- Run the Password Manager application:
./PasswordManager