Improvements
tillkruss opened this issue · 2 comments
tillkruss commented
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.
blaise-zaga commented
Hi,
You're welcome to extend the package.
Thanks
…On Sun, 2 Apr 2017, 16:59 Till Krüss, ***@***.***> wrote:
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
- 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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AC_wSHv4YZdqH8EvcDMp-TGMM_gtcETgks5rr8XEgaJpZM4Mw15o>
.
unicodeveloper commented
@tillkruss I love your suggestions. Please feel free to send in implementation PRs. Thank you 🔥 👍