Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.