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 data using SHA-512 protection
- Decrypt data when needed
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