'; // DES etendu le sel a 9 characteres $sel='123456789'; echo crypt($pw,$sel).'
'; // MD5 echo crypt($pw,'$1$'.$sel.'$').'
'; // $sel='123456789abcef'; echo crypt($pw,'$2$'.$sel).'
'; ?>