hi guys, give simple code for Generating Unpronounceable encrypted Passwords using PHP.. Thank u.. Anburaj A
Try this! <?php echo 'Hash it! '. '<a href="http://www.php.net/manual/en/ref.hash.php">php.net/manual/en/ref.hash.php/<a>'. ' read references and comments— learn.' ; ?> PHP: Thank u.. ROOFIS
lol @ your dutch haha, but google translate did the trick But to the TS, start doing some of the work by yourselve, learning isn't a bad thing at all!
I would say most strings consisting of a set of random characters and numbers are unpronounceable.. And you could use MD5 on that string to create a 32 byte encrypted string.