
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Generates a set of random passwords of any length that can include the letter a-z, A-Z any number and symbols and any other character supported by Qt. It can also generate random hex codes or pronounceable passwords.
WARNING: I cannot guarantee the strength of the passwords generated by this program.
TODO:
- Add an icon for the program (If anyone has an icon or would like to create one please send me a message :) ).
- Create a plasmoid version
If you like this program please vote for it or leave a comment. Thank you :)
10 years ago
30 January 2011, Version 1.4:
- Added a context menu to the password list to make it quicker to copy passwords
- Added an option to clear the password list.
7 November 2010, Version 1.3:
- Added options to the pronounceable password generator (You can now toggle numbers and uppercase)
- Small improvments to the pronounceable password algorithem.
- Now uses /dev/urandom + time as a seed if /dev/urandom is availble (otherwise just sues the time)
17 September 2010, Version 1.2:
- Added (basic) pronounceable passwords.
- Fixed an issue with the strength bar overlapping the passwords when the length of the password was larger then the window.
- Larger passwords are now truncated when displayed during a drag and drop.
- Lowered the minimum number of passwords to generate from 10 to 1.
7 September 2010, Version 1.1:
- Added a password strength indicator based of the one in KWallet.
4 September 2010, Version 1.0:
- Rewrote almost everything. :)
- New UI, cleaner/simpler and better organised.
- Added a Unique Characters Only option.
- Added a Ambiguous Option.
10 years ago
30 January 2011, Version 1.4:
- Added a context menu to the password list to make it quicker to copy passwords
- Added an option to clear the password list.
7 November 2010, Version 1.3:
- Added options to the pronounceable password generator (You can now toggle numbers and uppercase)
- Small improvments to the pronounceable password algorithem.
- Now uses /dev/urandom + time as a seed if /dev/urandom is availble (otherwise just sues the time)
17 September 2010, Version 1.2:
- Added (basic) pronounceable passwords.
- Fixed an issue with the strength bar overlapping the passwords when the length of the password was larger then the window.
- Larger passwords are now truncated when displayed during a drag and drop.
- Lowered the minimum number of passwords to generate from 10 to 1.
7 September 2010, Version 1.1:
- Added a password strength indicator based of the one in KWallet.
4 September 2010, Version 1.0:
- Rewrote almost everything. :)
- New UI, cleaner/simpler and better organised.
- Added a Unique Characters Only option.
- Added a Ambiguous Option.
Quintasan1
10 years ago
How about making COPYING, INSTALL and README not executable? I don't want to repack you source just because something that trivial. Also, what good does putting this xdg-open stuff in kpassgen.desktop? I don't think it is necessary. I haven't seen a single desktop file with this line. Mind removing it unless it does some magic which is necessary to work?
Best regards,
Michal
Report
james147
10 years ago
Thanks for pointing that out.
Report
texstar
11 years ago
Report
jasonoliveira
11 years ago
Report
james147
11 years ago
Report