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

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

 



hi,
there is no way to decrypt a MD5 checksum.
Even though you can't decrypt a MD5 checksum, you can
still use it to validate password entered by a user
during a login process up against a checksum stored in
a database.


//Pseduo code


IF (MD5("entered password") == stored_md5_sum) THEN
    USER LOGIN SUCCESED.

SQL Query

SELECT 1 FROM users WHERE username="john" AND
password=MD5("secret password");


bye
Mohammed


--- gpldeveloper <gpldeveloper@yahoo.com> wrote:
> 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);
> 
> 
> My requirement is to get original data from database
> where encripted 
> string is storded..
> 
> is it possible to decript md5 data, 
> if yes guide me how it will done
> 
> Thanks in Advanace
> 
> 
> 
> 



		
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/



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