Jump to content

names list for password generator


jasonc

Recommended Posts

I have been looking around but only find secured PDF files with 1000's of names in them.

 

Does anyone know of any sites where i can get a large file of names I can use to allow me to generate random passwords for my users. wanting to place this obviously in a mysql database.

Link to comment
https://forums.phpfreaks.com/topic/124783-names-list-for-password-generator/
Share on other sites

  • 2 weeks later...

You are approaching this the wrong way. Just generate a random alphanumeric string with a minimum length or let a person make up their own password and then test it to make sure it is "strong" (minimum length, mix of alphanumeric characters, mix of upper/lower case characters.)

 

The days of preassigned passwords consisting of actual names/words is gone because it lends itself to dictionary brute force attacks. No one still does it this way.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.