Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewpo..

Decoded Output download

<?  <!DOCTYPE html> 
<html lang="en"> 
<head> 
	<meta charset="UTF-8"> 
    <meta name="viewport" content="width=device-width"> 
	<title>Cylons Decoder</title> 
	<link rel="stylesheet" href="decoder-style.css" type="text/css"> 
</head> 
     
<body> 
    <img src="cylon-head.png"> 
    <h1>Decoder</h1> 
    <p>You can input the code here. Please note that each code you enter will take 3 minutes to process so guessing will cost you a lot of time. It is better to have all of the clues first.</p> 
    <form method="POST" action="decoder-response.php"> 
        <input type="password" name="password" size="30" id="inputbox"> 
        <br> 
        <input type="submit"> 
    </form> 
</body> 
     ?>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
    <meta name="viewport" content="width=device-width">
	<title>Cylons Decoder</title>
	<link rel="stylesheet" href="decoder-style.css" type="text/css">
</head>
    
<body>
    <img src="cylon-head.png">
    <h1>Decoder</h1>
    <p>You can input the code here. Please note that each code you enter will take 3 minutes to process so guessing will cost you a lot of time. It is better to have all of the clues first.</p>
    <form method="POST" action="decoder-response.php">
        <input type="password" name="password" size="30" id="inputbox">
        <br>
        <input type="submit">
    </form>
</body>
    

Function Calls

None

Variables

None

Stats

MD5 1059d7563693ae0ba84836ce6b22f3be
Eval Count 0
Decode Time 49 ms