Qrypt is an offline password generator built with Qt 6 (Qt Quick).
It focuses on strong randomness, transparent security guarantees, and a clean desktop user interface.
- Cryptographically secure random password generation
- Configurable password length
- Uppercase, lowercase, numbers, and symbols selection
- Guaranteed inclusion of selected character classes
- Modern Qt Quick UI with Material styling
- Portable distribution (ZIP / SFX)
- C++ (Qt 6)
- Qt Quick / QML
- Qt Quick Controls 2
- Dynamic linking (LGPL-compliant)
- Download the latest release from the Releases section
- Extract the archive
- Run
qrypt.exe - Generate passwords locally
No installation and no administrator privileges required.
- Randomness is provided by
QRandomGenerator, backed by the operating system’s cryptographically secure random source. - Password generation guarantees that each selected character group contributes at least one character.
- The final password is shuffled to avoid structural patterns.
- All password generation happens locally on your machine.
This project is licensed under the GNU Lesser General Public License v3 (LGPLv3).
See the LICENSE file for details.
This application uses the Qt framework, which is licensed under the GNU Lesser General Public License v3 (LGPLv3).
- Qt © The Qt Company Ltd.
- Qt is dynamically linked and can be replaced by the user.
- See
LGPL-3.0.txtandTHIRD_PARTY_LICENSES.txtfor details.