Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cixtor/quickpass
Cross-platform desktop password manager written in C++ and Qt. Account information is securely stored in a KDBX file, KeePass official database file format. Import and export to/from other apps.
https://github.com/cixtor/quickpass
Last synced: 10 days ago
JSON representation
Cross-platform desktop password manager written in C++ and Qt. Account information is securely stored in a KDBX file, KeePass official database file format. Import and export to/from other apps.
- Host: GitHub
- URL: https://github.com/cixtor/quickpass
- Owner: cixtor
- License: mit
- Created: 2014-04-13T18:36:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T00:13:14.000Z (over 3 years ago)
- Last Synced: 2024-04-14T20:11:47.594Z (8 months ago)
- Language: C++
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# QuickPass
Cross-platform and minimalistic password manager written in C++ and Qt5.
The application offers a simple user interface to allow users to insert, search and generate account credentials, including their passwords. The project serves as a starting point for more advanced password managers. Feel free to copy the code, modify it, and add more features as you see fit.
![QuickPass Screenshot](screenshot.png)
### Features
* Read and parse text/plain files
* In-line file content edition
* Switch between edit modes
* Search text wrapped around a common string
* Search multiple blocks with the same matching text
* New account information generator
* Customizable password generator
* Random password generator for new account
* Random password generator with custom data### TODO
* Account file encryption.
* Backup once edit mode is enabled.