1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-09 01:40:04 +00:00
Commit graph

4 commits

Author SHA1 Message Date
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