1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-12 19:22:42 +00:00
Commit graph

3 commits

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