Jump to content

php md5 decryption


contra10

Recommended Posts

i wanted to know how can i stript the md5 encript from this code when i want to echo it from the database

 

<?php
$_POST['pass'] = md5($_POST['pass']);
if (!get_magic_quotes_gpc()) {
$_POST['pass'] = addslashes($_POST['pass']);
?>

 

how can i view it in real form

 

i have already entered it into mysql and if i echo it out of course its going to show the string

Link to comment
https://forums.phpfreaks.com/topic/145029-php-md5-decryption/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.