1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-13 19:52:43 +00:00
Commit graph

2 commits

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