Password Manager

Welcome to the Password Manager application. This project allows you to securely manage your passwords with encryption and decryption functionalities.

Features

How to Run the Project Locally

  1. Clone the repository:
    git clone https://github.com/ramzanbhutto/Projects.git
  2. Navigate to the Password-Manager directory:
    cd Projects/Password-Manager
  3. Build the project using CMake:
    cmake .
  4. Compile the project:
    make
  5. Run the Password Manager application:
    ./PasswordManager