Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Most used password in different language [closed]

I need to check the strength of password when user change his password. For that I'm using zxcvbn. The issue is that I have user who speak french and german and some very stupid password like "motdepasse" ("password" in french) is rated good by zxcvbn because this word is not in the common passwords list.

My question is : where can I find a list (10K+) of most used password in french and german to add them in the common passwords list of zxcvbn ?

Google did not help me...

like image 375
Laurent Avatar asked Jun 11 '15 11:06

Laurent


1 Answers

There is a lot of website that can give you some password dictionary. Have a look at:

  • ftp://ftp.openwall.com/pub/passwords/wordlists/ (Huge lists of languages)
  • https://wiki.skullsecurity.org/Passwords
  • https://crackstation.net/buy-crackstation-wordlist-password-cracking-dictionary.htm
  • http://contest-2010.korelogic.com/wordlists.html
  • http://dazzlepod.com/uniqpass/

Also have a look at theses posts on security.stackexchange:

  • https://security.stackexchange.com/questions/1376/where-can-i-find-good-dictionaries-for-dictionary-attacks
  • https://security.stackexchange.com/questions/9567/modern-high-quality-password-dictionary
like image 147
Ludovic Feltz Avatar answered Sep 30 '22 00:09

Ludovic Feltz