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

10 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
5e3037f751 Switched to https protocol 2015-05-02 21:43:59 +02:00
e1dac833df Added additional insecure password test 2015-05-02 16:13:17 +02:00
d452f7d297 Ensure the passwords are taken literally 2015-05-02 16:10:58 +02:00
7e797704a3 Updated README with API stuff 2015-05-02 16:08:42 +02:00
f82c149489 Prepared release 1.0.1 2015-05-02 15:51:01 +02:00
84a1911002 Dockerized for API deployment 2015-05-02 15:50:32 +02:00
60caeaaecd Added travis build and README 2015-05-02 15:42:41 +02:00
d546d43bad Prepared release 1.0.0 2015-05-02 15:03:50 +02:00
8896698ac2 Initial running version 2015-05-02 15:03:27 +02:00