<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
hello everybody, <br><br>i ve got trouble with encrypted password. I want to manage users with password wich are more longer than 8 caracters. <br><br>When i use radcrypt (based on crypt), it doesn't work. It's normal due to limitation of crypt. I must cut password to 8 caracters for make running.<br><br>When i use radcrypt with MD5 encryption , it doesn't run : indeed the  encrypted string generated by MD5 radcrypt is more than 16 caracters.<br><br><br>How can i use encrypted password without limited password to 8 caracters ?<br><br>Cheers<br>                                       </div></body>
</html>