Encrypt and Secure your PHP Applications with PHP


Please copy and paste your PHP script in the text area space provided below and also copy the encrypted code upon successful encryption to your website page to see the encrypted script in action.

Example PHP script to encrypt

<?php
$user = "Boy";

if($user == "Boy")
{
      echo 'User is a boy';
}
else
{
      echo 'User is a girl';
}

//Output

//eval(gzinflate(base64_decode('41IpLU4tUrBVUHLKr1Sy5uXKTNOACkHFNBWqFVKTM/IV1ENBwpnFCokKSfmV6tYKtbxcqTnFqVjk0zOLciAKAA==')));
?>

................................................................................ PASTE YOUR CODE BELOW .........................................................................



PHP Code: