Skip to content

tvay11/SpareKeys

Repository files navigation

Spare Keys: A C++ Qt6 Password Manager

"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.

Requirements

  • C++14 or above
  • Qt 6.0

Installation

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 ..

Usage

./SpareKeys

About

a password manager in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published