cmonhackns.n-stars.org
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Indonesian SWF Editor Community
 
HomeLatest imagesRegisterLog in
SELAMAT Datang Di Cmonhackns ===> Mulailah dari yang kecil... karena semua yang besar dulunya juga kecil..

 

 Membuat hashing the string sendiri

Go down 
2 posters
AuthorMessage
RieqyNS13
Moderator
Moderator
RieqyNS13


Jumlah posting : 379
Join date : 2011-01-16
Age : 26
Lokasi : chmod 0655 GetConfig.SQL

Membuat hashing the string sendiri Empty
PostSubject: Membuat hashing the string sendiri   Membuat hashing the string sendiri Icon_minitime1Fri Aug 24, 2012 10:29 pm

karena gak ada subforum php,,ya udah ane share di sini aja
langsung aja gan,,,
Code:
<?php
/*
Author : RieqyNS13
email : [You must be registered and logged in to see this link.]
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 and Cmonhackns">
<meta name="description" content="Hashing the string">
<meta name="Copyright" content="Copyright &copy 2012 RieqyNS13 Cmonhackns">
<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:
[You must be registered and logged in to see this image.]

ane msih newbie gan,,jadi maklum klo baru bisa ini dulu..
flower flower
Back to top Go down
http://rieqyns13.net
@roykinan
Admin
Admin
@roykinan


Jumlah posting : 610
Join date : 2011-01-29
Age : 28
Lokasi : Blitar

Membuat hashing the string sendiri Empty
PostSubject: Re: Membuat hashing the string sendiri   Membuat hashing the string sendiri Icon_minitime1Thu Oct 03, 2013 12:13 pm

ini ditaro dimana?
Back to top Go down
http://roykinan.blogspot.com
 
Membuat hashing the string sendiri
Back to top 
Page 1 of 1
 Similar topics
-
» Cara membuat Spammer sendiri
» Membuat Forum Sendiri (Gratis)
» Membuat Pendingin Modem Sendiri
» CARA MEMBUAT APLIKASI UPDATE STATUS VIA APAPUN BUATAN ANDA SENDIRI
» ✖₪₪₪✖bengkel avatar ✖₪₪₪✖

Permissions in this forum:You cannot reply to topics in this forum
cmonhackns.n-stars.org :: Off Topic :: Chit - Chat-
Jump to: