1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
c8c6485064
Add ability to generate XKCD style passwords to tool
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-10-31 12:24:25 +01:00
8b38d49ff9
Remove static versioning
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-09-22 15:29:21 +02:00
da4aefee63 Replaced codegangsta/cli by spf13/cobra 2015-05-29 20:20:04 +02:00
24472f00b5 Included web frontend into server 2015-05-10 16:38:17 +02:00
fe235ab869 Moved error handling for short passwords to library 2015-05-03 10:38:14 +02:00
c034fcf285 Fix: Ensured minimal length of passwords
This is to prevent a endless loop when generating passwords with 1 or 2 characters. As they are not able to meet the minimal requirements they will get rejected by the security check and the generator will loop forever consuming 100% CPU at each process.
2015-05-03 01:05:30 +02:00
8896698ac2 Initial running version 2015-05-02 15:03:27 +02:00