RE: How to decript a string whhich is encripted by md5 function?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: gpldeveloper [mailto:gpldeveloper@yahoo.com] 
> Sent: Sunday, July 18, 2004 11:31 PM
> To: php-objects@yahoogroups.com
> Subject:  How to decript a string whhich is 
> encripted by md5 function?
> 
> 
> Dear Friends,
> I have a little problem ragarding conversion md5 encripted 
> data. please giude me how to decript it. my problem is follows,
> 
> in my application password is stored in mysql database by using md5 
> function like,
> $password =  md5($password);
> 
> is it possible to decript md5 data, 
> if yes guide me how it will done

It is not possible (OK, it is, but not very easy!), you don't decrypt
it, you compare it...

    $match = ( $password == md5($password) );

> My requirement is to get original data from database where encripted 
> string is storded.

Then you will have to change the encryption method.

Walter




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

PHP Data object relational mapping generator - http://www.meta-language.net/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-objects/

<*> To unsubscribe from this group, send an email to:
    php-objects-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux