error_reporting(0); ?>
$textfield="password"; if ($submit == 'Generate' && "$text" != "") { if ("$password" != "") { $text=`echo $password|/usr/local/skey/bin/key $text`; $textfield="text"; } else { $error=" Please enter the secret password"; } } if ($msg) { $text=base64_decode($msg); $text=gzuncompress($text); } ?>