Go Back   Web Server Hosting Forum by BODHost > Support > PHP Forum
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 10-06-08, 20:55
BOD Member
 
Join Date: Oct 2008
Posts: 30
Default Convert simple text into MD5 hash.

To generate the MD5 hash from browser refer the following steps.

First create any .php file like test.php with the code.

PHP Code:
<?php
$pass
="test";
$new_password md5($pass);
print(
"MD5 hash of $pass = $new_password");
?>
And then browse the test.php as http://yourdomainname.com/test.php
it show you MD5 hash for the password "test"
__________________
Regards
George
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 02:00.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.