Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Qrypt Public

Qrypt is a offline password generator built with Qt 6 (Qt Quick).

License

Notifications You must be signed in to change notification settings

acc0re/Qrypt

Repository files navigation

Qrypt

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.


Features

  • 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)

Screenshots

Qrypt screenshot

Technology Stack

  • C++ (Qt 6)
  • Qt Quick / QML
  • Qt Quick Controls 2
  • Dynamic linking (LGPL-compliant)

Download & Usage

  1. Download the latest release from the Releases section
  2. Extract the archive
  3. Run qrypt.exe
  4. Generate passwords locally

No installation and no administrator privileges required.


Security Notes

  • 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.

Licensing

Application Code

This project is licensed under the GNU Lesser General Public License v3 (LGPLv3).
See the LICENSE file for details.

Third-Party Components

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.txt and THIRD_PARTY_LICENSES.txt for details.

About

Qrypt is a offline password generator built with Qt 6 (Qt Quick).

Resources

License

Stars

Watchers

Forks

Packages

No packages published