Script MD5 encode

Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated
Kamu cukup salin dan paste source nya ,lalau masukkan ke daftar tools web kamu


<head>
<title>MD5 Encryter</title>
</head>

<form action="" method="post">
To convert: <input type="text" name="string" />
<input type="submit" name="submit" value="MD5">

<?php
if(!isset($_POST['submit'])) {
die("<br>Please, enter a string");
}
else {
$string = $_POST['string'];
$MD5 = md5($string);

if($string == NULL) {
die("<br>Please, enter a string.");
}
die("<br><p>Your MD5 hash is: "."$MD5");
}
?>

إرسال تعليق

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.