unicodeveloper / laravel-password

:closed_lock_with_key: :smiling_imp: Guard your users against entering dumb passwords in your Laravel 5 apps

Home Page:http://goodheads.io/2016/07/03/introducing-laravel-password-v1-0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvements

tillkruss opened this issue · comments

I'm thinking of making a password package and just came across yours.

Aside from checking the common 10k passwords I had this in mind:

  • Making the password list localizable
  • Speed up common password checking (3s is not acceptable IMO)
  • Checking unicode password lengths like 💩💀 equals 2 and not 4
  • Checks for common patterns like: dates, repeats (aaa), sequences (abcd), and qwerty patterns

Let me know if you're interesting in me extending this package or if I should make a separate one.

commented

@tillkruss I love your suggestions. Please feel free to send in implementation PRs. Thank you 🔥 👍