Skip to content

Password generator written using Qt Quick Controls 2

Notifications You must be signed in to change notification settings

zettdaymond/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Passgen - unique password generator written using Qt Quick Controls 2. Generates password based on (web) service name and master-password. Any inputted data or generated password doesn't be stored.

Disclaimer. Password generation algorithm is based on whirlpool hashing and MIGHT BE NOT cryptographically resistant.

Platforms

In theory it supports all platforms that Qt does, but i've tested it on:

  • Arch linux with gcc 6.2
  • Android 5.0.2 with gcc 4.9

Build requirements

  • Qt >= 5.7
  • Compiler with c 11 support.

Build

To build passgen shure that all dependencies is properly installed. Clone repo and cd inside. Then :

mkdir build
cd build
qmake ../
make -j4

License notes

About

Password generator written using Qt Quick Controls 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published