An open API service indexing awesome lists of open source software.

https://github.com/deanprangenberg/passwordmanagercppqt

The Qt C++ Password Manager is my first major project, designed to manage passwords with a user-friendly interface. Built with the Qt framework, it features strong password generation and data encryption. However, it is important to note that it is not fully secure.
https://github.com/deanprangenberg/passwordmanagercppqt

cpp password-generator password-manager qt

Last synced: 6 months ago
JSON representation

The Qt C++ Password Manager is my first major project, designed to manage passwords with a user-friendly interface. Built with the Qt framework, it features strong password generation and data encryption. However, it is important to note that it is not fully secure.

Awesome Lists containing this project

README

          

# Qt C++ Password Manager
## Project Overview
**Qt C++ Password Manager** is a standalone password manager developed with C++ and the Qt framework. This project marks my first significant undertaking in software development and design, focusing on the use of C++ and Qt. However, it is important to note that it is not secure.

## Main Features
- **User Interface**: Fully created in Qt, the application provides an intuitive interface for managing passwords.
- **Password Generation**: Allows the generation of strong passwords with customizable settings for character types and length.
- **Data Encryption**: Passwords are secured using a custom encryption algorithm.
- **Password Management**: Features for adding, editing, and deleting password entries.

## Technical Details
- **Language**: C++
- **Framework**: Qt 6
- **Tools**: CMake for the build system

## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

## Contact
For questions or suggestions, you can contact me at prangenbergdean@gmail.com.