Forum Moderators: phranque

Message Too Old, No Replies

How to remove password's md5 encryption at wordpress script ?

         

HitDelisi

1:30 pm on Feb 10, 2010 (gmt 0)

10+ Year Member



wordpress is making user's passwords md5 encyription. how can we remove that and see the password's real strings in the phpmyadmin section?

modean987

1:41 pm on Feb 10, 2010 (gmt 0)

10+ Year Member



md5 is a hashing algorithm, not an encryption algorithm. Such algorithms are not reversable.

-Al