Password in md5 decrypted to English (PHP MYSQL) [duplicate]
问题 This question already has answers here : Is it possible to decrypt MD5 hashes? (24 answers) Closed 2 years ago . I have password stored in database and its showing on browser as md5 because its saved there as md5 below is the code am using $result=$link->query("select * from adminpanel"); echo "<tr><th>User Name</th><th>Password</th></tr>"; // loop through results of database query, displaying them in the table while($row =mysqli_fetch_array($result,MYSQLI_ASSOC)) { // foreach( $result as