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

Signing you up...

Thank you for signing up!

PHP Decode

<?php echo substr(md5(rand()), 0, 7); ?>..

Decoded Output download

<?php 
echo substr(md5(rand()), 0, 7); 
?>

Did this file decode correctly?

Original Code

<?php
echo substr(md5(rand()), 0, 7);
?>

Function Calls

rand 1

Variables

None

Stats

MD5 4763657f88a55af5ae72908db8d8f33b
Eval Count 0
Decode Time 79 ms