Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 4 of 4

This is a discussion on Generating Random Passwords in the Shared & Semi-Dedicated forum
Does anyone know of a free online tool that will generate 6 digit random passwords using letters and numbers? ...

  1. #1
    JPC Addict
    Join Date
    May 2003
    Location
    Canada
    Posts
    141

    Generating Random Passwords

    Does anyone know of a free online tool that will generate 6 digit random passwords using letters and numbers?
    Memento Mori

  2. #2
    The Yellow Dart Brandon's Avatar
    Join Date
    Dec 2002
    Location
    Houston, Texas
    Posts
    154
    Brandon Lawler
    Jaguar Technologies LLC

  3. #3
    JPC Addict
    Join Date
    May 2003
    Location
    Canada
    Posts
    141
    Thanks Brandon, that will do it!
    Memento Mori

  4. #4
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    If you need to easily embed the password generation into a PHP script, check out the uniqid() function. The generated values are based on the system time (run uniqid() about ten times in a row to see how similar the values are) but are difficult to guess just the same. Too make things even more random, generate the 23 character string and then select a random 6 character slice of it using substr() and rand().

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •