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.
- Host: GitHub
- URL: https://github.com/deanprangenberg/passwordmanagercppqt
- Owner: DeanPrangenberg
- License: mit
- Created: 2024-04-25T20:16:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T15:19:29.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T15:52:53.815Z (about 1 year ago)
- Topics: cpp, password-generator, password-manager, qt
- Language: C++
- Homepage:
- Size: 34.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.