TheReiko
Welcome on The World Of TheReiko Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....
TheReiko
Welcome on The World Of TheReiko Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....
TheReiko
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome To The World Of TheReiko
 
HomePortalLatest imagesSearchRegisterLog in
Hi everyone ,We appreciate if you all can be active and post something here so we can make this community big and most importantly alive. Also, Dont forget to tell all your friends about us! Thank you .

 

 Membuat hashing the string sendiri

Go down 
2 posters
AuthorMessage
RieqyNS13
TheReiko Member
TheReiko Member



Jumlah posting : 3
Join date : 2012-01-26

Membuat hashing the string sendiri Empty
PostSubject: Membuat hashing the string sendiri   Membuat hashing the string sendiri Icon_minitimeFri Aug 24, 2012 10:25 pm

langsung aja gan,,ane share codenya..

Code:
<?php
/*
Author  : RieqyNS13
email : rieqyns13@hackermail.com
site : rieqyns13.com
*/
if(isset($_POST['btnSubmit'])){
$string = $_POST['txstring'];
$md5 = md5($string);
$sha1 = sha1($string);
$base64 = base64_encode($string);
$crypt = crypt($string);
}else{
$string = "";
$md5 = "";
$sha1 = "";
$base64 = "";
$crypt = "";
}
?>
<html>
<head>
<title>.::Hashing the string::..</title>
<link rel="shorcut icon" href="keys.ico">
<meta name="auhtor" content="RieqyNS13">
<meta name="owner" content="RieqyNS13 & The Reiko">
<meta name="description" content="Hashing the string">
<meta name="Copyright" content="Copyright © 2012 RieqyNS13">
<meta http-equiv="Content-type" content="text/html;UTF-8">
<style type="text/css">
body{
background-color:#000;
color:#0F0;
}
p.judul{
text-transform:capitalize;
text-align:center;
font-weight:bold;
font-size:17px;
font-family:"Courier New";
}
table{
font-family:"Courier New";
font-size:14px;
}
input#tx:hover{
background-color:#000;
color:#F00;
}
input#btn:hover{
background-color:#000;
color:#0F0;
}
input#tx{
width:700px;
font-family:"Courier New";
}
input#btn{
width:300px;
}
</style>
</head>
<body>
<p class="judul">.::hashing the string::..</p>
<br>
<form action="<?php $_SERVER['PHP_SELF']; ?>" method=POST>
<table border=1 cellspacing=0 cellpadding=0>
<tr><td>String :</td><td><input type="text" id="tx" name="txstring" value="<?php echo $string; ?>"></td></tr>
<tr><td>MD5 :</td><td><input type="text" id="tx" name="txmd5" value="<?php echo $md5; ?>" readonly="YES"></td></tr>
<tr><td>SHA1 :</td><td><input type="text" id="tx" name="txsha1" value="<?php echo $sha1; ?>" readonly="YES"></td></tr>
<tr><td>Base64 :</td><td><input type="text" id="tx" name="txbase64" value="<?php echo $base64; ?>" readonly="YES"></td></tr>
<tr><td>Crypt :</td><td><input type="text" id="tx" name="txcrypt" value="<?php echo $crypt; ?>" readonly="YES"></td></tr>
<tr><td></td><td><center><input type="submit" id="btn" name="btnSubmit" value="Encrypt"></center></td></tr>
</form>
</body>
</html>

SS:
Membuat hashing the string sendiri Enkripbyme

ane msih newbie gan,,jadi maklum baru bisa buat ini dulu geek lol!
Back to top Go down
TheReiko
Admin
Admin



Jumlah posting : 110
Join date : 2010-12-28

Membuat hashing the string sendiri Empty
PostSubject: Re: Membuat hashing the string sendiri   Membuat hashing the string sendiri Icon_minitimeSat Aug 25, 2012 8:56 am

wew, ok kk.. Sip
Back to top Go down
http://thereiko.omgforum.net
 
Membuat hashing the string sendiri
Back to top 
Page 1 of 1
 Similar topics
-
» Cara membuat cadangan dan memulihkan registri pada Windows XP

Permissions in this forum:You cannot reply to topics in this forum
TheReiko :: PC / Computing :: Knowledge-
Jump to: