From fa655c49083037fb27e3fbdbe2b4c9511317c150 Mon Sep 17 00:00:00 2001 From: Sikander Iqbal Date: Fri, 12 Mar 2021 19:24:41 +0100 Subject: [PATCH] Update links for examples of bad password policies in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66f74dc..627df4a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Completely framework-agnostic and database-agnostic. ## Why do I need this? - * There are [tons](http://www.troyhunt.com/2011/01/whos-who-of-bad-password-practices.html) [of](http://www.jeremytunnell.com/posts/swab-password-policies-and-two-factor-authentication-a-comedy-of-errors) [websites](http://badpasswordpolicies.tumblr.com/) with weak authentication systems. Don’t build such a site. + * There are [tons](https://www.troyhunt.com/whos-who-of-bad-password-practices/) [of](https://blog.codinghorror.com/password-rules-are-bullshit/) [websites](https://badpasswordpolicies.tumblr.com/) with weak authentication systems. Don’t build such a site. * Re-implementing a new authentication system for every PHP project is *not* a good idea. * Building your own authentication classes piece by piece, and copying it to every project, is *not* recommended, either. * A secure authentication system with an easy-to-use API should be thoroughly designed and planned.