soufi,
il y a 15 ans
Ta function ne retourne rien...
<?php
function encryptLog($pwdLog){
return $pwdLog = sha1(md5(crc32($pwdLog)));
}
pwd = encryptLog('Mon mot de passe');
?>