0
Decrypt Using Mcrypt
Participant
,
/t5/dreamweaver-discussions/decrypt-using-mcrypt/td-p/942779
Mar 26, 2008
Mar 26, 2008
Copy link to clipboard
Copied
Hi Folks,
I've been trawling around trying to learn how to encyrpt and decrypt data using MySQL and PHP. I have (I think) successfully managed to get a test page working which encrypts the data but I can't find out how to decrypt it.
I've pasted in the code I'm using which does return as series of random characters on the screen so I guess it's working.
Can anyone help me find out how to decrypt it?
I've been trawling around trying to learn how to encyrpt and decrypt data using MySQL and PHP. I have (I think) successfully managed to get a test page working which encrypts the data but I can't find out how to decrypt it.
I've pasted in the code I'm using which does return as series of random characters on the screen so I guess it's working.
Can anyone help me find out how to decrypt it?
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/decrypt-using-mcrypt/m-p/942780#M183768
Mar 26, 2008
Mar 26, 2008
Copy link to clipboard
Copied
davecheet wrote:
> Can anyone help me find out how to decrypt it?
How about trying the PHP manual?
http://docs.php.net/manual/en/function.mdecrypt-generic.php
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
> Can anyone help me find out how to decrypt it?
How about trying the PHP manual?
http://docs.php.net/manual/en/function.mdecrypt-generic.php
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

