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 /** * Opens a new CrackLib dictionary * * @phpstub * * @param string $dictiona..

Decoded Output download

<?php

/**
 * Opens a new CrackLib dictionary
 *
 * @phpstub
 *
 * @param string $dictionary
 *
 * @return resource Returns a dictionary resource identifier on success.
 */
function crack_opendict($dictionary)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Opens a new CrackLib dictionary
 *
 * @phpstub
 *
 * @param string $dictionary
 *
 * @return resource Returns a dictionary resource identifier on success.
 */
function crack_opendict($dictionary)
{
}

Function Calls

None

Variables

None

Stats

MD5 6892d8292499c64dd89971dc1608f0cf
Eval Count 0
Decode Time 77 ms