"Spare Keys" is a password manager developed primarily in C++ using the Qt 6 framework. This application is designed to store and manage your website credentials securely. It offers various functionalities to add, edit, and delete credentials, all under a user-friendly interface.
Note: This application utilizes a simple XOR encryption method for storing data. Although it serves educational purposes, XOR encryption is generally not recommended for secure storage of sensitive information.
- C++14 or above
- Qt 6.0
To get started with Spare Keys, clone the GitHub repository and navigate to the project directory:
git clone https://github.com/tvay11/SpareKeys.git
cd SpareKeys
mkdir build && cd build
cmake .../SpareKeys