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

Signing you up...

Thank you for signing up!

PHP Decode

function generateRandomString($length = 16) { return substr(str_shuffle(str_repeat($x='..

Decoded Output download

<?  function generateRandomString($length = 16) { 
  return substr(str_shuffle(str_repeat($x='0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', ceil($length/strlen($x)) )),1,$length); ?>

Did this file decode correctly?

Original Code

function generateRandomString($length = 16) {
  return substr(str_shuffle(str_repeat($x='0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', ceil($length/strlen($x)) )),1,$length);

Function Calls

None

Variables

None

Stats

MD5 b29737b6c72a19bb2f7cbc5a599b1273
Eval Count 0
Decode Time 61 ms