exit;
}
// Premieres verifications (sinon ca sert a rien d'aller plus loin)
if(strlen($password)!=16) {
echo "$password is not a valid DES key";
exit;
}
// changement de directory pour charger phplib
chdir("../");
// inclusion du fichier de config (amorce de la base)
include("config.php");
// nouvelle instance sur le DB layer
$sl_q=new slashDB;
// passage en runtime magic quote
set_magic_quotes_runtime(1);
// detection batch
if(!$thread) $thread=0;
// ca commence
echo "Processing Search on Encrypted password