Search the web
Sign In
New User? Sign Up
phpexperts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Encrypted data convert to Decrypt in PHP   Message List  
Reply | Forward Message #10808 of 13259 |
Re: [phpXperts] Encrypted data convert to Decrypt in PHP

md5 is a one-way encryption, meaning that for most purposes there isn't a reasonable way to decrypt it.
--
Joe

On Jan 6, 2009, at 7:02 AM, Md.Mahadi Masud Faisal wrote:


Dear All,
             How can we decrypting in encrypted data in PHP(I have encrypted in MD5 method  but i can not decrypt it).Plz let me know.

Thanks in Advance.

BR,
Faisal.





Tue Jan 6, 2009 6:09 pm

jforsythe@...
Send Email Send Email

Forward
Message #10808 of 13259 |
Expand Messages Author Sort by Date

Dear All, How can we decrypting in encrypted data in PHP(I have encrypted in MD5 method but i can not decrypt it).Plz let me know. Thanks in Advance. BR, ...
Md.Mahadi Masud Faisal
immasud_17
Offline Send Email
Jan 6, 2009
6:04 pm

md5 is a one-way encryption, meaning that for most purposes there isn't a reasonable way to decrypt it. -- Joe...
Joe Forsythe
jforsythe@...
Send Email
Jan 6, 2009
6:23 pm

i think md5 is knownwell decryption tool, for security, its better 2 use ur own algorithms....
hell_lord_1988_ch
hell_lord_19...
Offline Send Email
Jan 6, 2009
7:49 pm

Hello Faisal, You can use the mcrypt module of PHP. It supports a wide variety of cryptography algorithms such as DES, Blowfish etc. Here's the PHP online...
Rubayeet Islam
rubayat2003
Offline Send Email
Jan 8, 2009
5:12 am

Hello Faisal, We don't have decryption function for md5(). What we can do is we can directly check with the encrypted value. for example: let a string $str =...
gopi nadh
send2gopi_2004
Offline Send Email
Jan 8, 2009
8:43 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help