Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Decrypt Using Mcrypt

Participant ,
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?



TOPICS
Server side applications

Views

261
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 26, 2008 Mar 26, 2008

Copy link to clipboard

Copied

LATEST
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/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines