This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

6 Comments

  1. The Bitworks
    22:08 on November 10th, 2009

    I am using similar scheme to encrypt passwords prior to them being sent off to the website. The only problem is that IE will store the MD5 encrypted password when it "saves" the password. Have you been able to overcome that?

  2. webmastersucks
    07:51 on November 11th, 2009

    This method is only for little security, we have to user SSL sertificate (https) to more secure. Use autocomple attribute in form tag. Example : <form name="form" method="post" autocomplete="off">

  3. lilo
    11:59 on January 16th, 2010

    how can i show my username and encrypted password in a second html page when i click submit

  4. webmastersucks
    18:15 on January 16th, 2010

    type md5($_GET["value"]);

  5. Sunny
    06:36 on January 19th, 2010

    Your website is amazing. I am learning a lot from it…
    I want to know that the data converted by this java function and md5() function in php 5 are same every-time??

  6. debianuser
    22:27 on February 1st, 2010

    code looks realy lame on debian linux….

Sorry, the comment form is closed at this time.