Hello again.

I have used md5() to encrypt my user's passwords and sao far it has worked very well for me, but now I am looking to encrypt all user data for security purposes. To do so, I need to know how to decrypt it so that I can show it to the user when they request that info.

Can anyone help me by giving me aq decryption algorithm or advice on how to proceed further.

Thanks in advance,
shimano55

    if your on mysql you can use their built in aes encryption.

      Write a Reply...