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...
After multiple search and the discussion with Ludovic, I was not able to find such a list. My solution was to translate the password in the list (which can be translated, such as "password", "dragon", "letmein", etc...) in the language I wanted...