How to Generating Unpronounceable encrypted Passwords using PHP?

Discussion in 'PHP' started by raj_as, Nov 16, 2012.

  1. #1
    hi guys, give simple code for Generating Unpronounceable encrypted Passwords using PHP..
    Thank u..:D
    Anburaj A
     
    raj_as, Nov 16, 2012 IP
  2. ROOFIS

    ROOFIS Well-Known Member

    Messages:
    1,234
    Likes Received:
    30
    Best Answers:
    5
    Trophy Points:
    120
    #2

    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..:D
    ROOFIS:p
     
    ROOFIS, Nov 16, 2012 IP
    GMF likes this.
  3. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #3
    Best post ever ROOFIS :D
     
    EricBruggema, Nov 16, 2012 IP
  4. ROOFIS

    ROOFIS Well-Known Member

    Messages:
    1,234
    Likes Received:
    30
    Best Answers:
    5
    Trophy Points:
    120
    #4
    proost— gewoon schoppen terug een weinig nu! hebben a goed een~!! [​IMG]







    ROOFIS
     
    ROOFIS, Nov 16, 2012 IP
  5. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #5
    lol @ your dutch haha, but google translate did the trick :p

    But to the TS, start doing some of the work by yourselve, learning isn't a bad thing at all! :)
     
    EricBruggema, Nov 16, 2012 IP
  6. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #6
    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.
     
    NetStar, Nov 16, 2012 IP