What is the decrypt function for crypt function in PHP
Thanks Bharanikumar
What is the decrypt function for crypt function in PHP
Thanks Bharanikumar
5 seconds of searching stackoverflow:
I'm sure google has more. Please do a bit of research before you ask a question, it's not fair to just expect everyone else to do all the thinking for you.
You cannot decrypt the crypt function but if you need original string back, use mcrypt_encrypt and mcrypt_decrypt, and choose key based encryption like MCRYPT_RIJNDAEL_256