I am currently using md5 method of encryption for encrypting texts (strings). But i have read a lot of books recommending base 64 encrypting.
Which one of these is most secure and please also tell me if there is even better solution!
I use md5 because there is no direct or easy way to decrypt it.
What do you say? What are pros and cons of using md5 and base 64 in php!
Thanks
Which one of these is most secure and please also tell me if there is even better solution!
I use md5 because there is no direct or easy way to decrypt it.
What do you say? What are pros and cons of using md5 and base 64 in php!
Thanks
