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 $q = "ok"; $sq = openssl_encrypt($q); echo json_decode($sq);..

Decoded Output download

<?php 
$q = "ok"; 
$sq = openssl_encrypt($q); 
echo json_decode($sq); ?>

Did this file decode correctly?

Original Code

<?php
$q = "ok";
$sq = openssl_encrypt($q);
echo json_decode($sq);

Function Calls

openssl_encrypt 1

Variables

$q ok

Stats

MD5 7d54a6875f127dae174cebc13459cd70
Eval Count 0
Decode Time 44 ms