Advertisement
Guest User

Md5 & Sha1 S-G By:sH@rk-Dz

a guest
Jun 21st, 2014
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. Simple Md5 & Sha1 Generator
  6. By:sH@rk-Dz
  7. Use it in Your Own Risk
  8. Fb:\^_*/hasni.dzshark
  9. Home:Sec4ever.com
  10. Greet's: Geniu Mouka & Geoix & All membes of the H0me ^-^
  11. -->
  12. <head>
  13. <title> Md5 & Sha1 S-G By:sH@rk-Dz</title>
  14. <style>
  15.  
  16.  
  17. .dz{
  18.  
  19. color:gray;
  20. font-size:25px;
  21. }
  22.  
  23. </style>
  24. </head>
  25.  
  26. <center>
  27. <font color="gray" size="5" face="tahoma"><b><hr width="220">{|| Md5 & Sha1 S-G ||}</font><hr width="220">
  28. </center>
  29. <br>
  30. <body>
  31.  
  32. <center>
  33. <form method="POST" action="md5.php">
  34.  
  35. <b class="dz">Enter Any Value :</br>
  36. <textarea rows="7" cols="38" type="text" name="hex" value="Type any...." ></textarea><br>
  37. <input type="submit" value="Hash it">
  38. </form>
  39. </center>
  40. <center>
  41. <?php
  42.  
  43.  
  44.  
  45. if ($_POST['hex']){
  46.  
  47. echo ('<hr width="330">');
  48.  
  49. echo ("<font color='red' size='4' face='tahoma'>Md5 :</font>");
  50. echo md5 ("$hex");
  51.  
  52. echo ("<br>");
  53. echo (" <font color='red' size='4' face='tahoma'>Sha1 : </font>");
  54. echo sha1("$hex");
  55.  
  56. echo ('<hr width="330">');
  57. }
  58. ?>
  59.  
  60. <br>
  61. <br>
  62. <br>
  63. <br>
  64.  
  65. <a href="https://www.facebook.com/hasni.dzshark"><font color="white">By:sH@rk-Dz</font></a>
  66. </center>
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement