<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>Does anyone know how the password hash is created on Opensim 0.7?<br><br>I have tried:<br>Digest::MD5.hexdigest("#{salt}:#{password}")<br><br>and<br>Digest::MD5.hexdigest("#{password}:#{salf}")<br><br>Is the hash still created using MD5?<br><br>Thanks<br><br>Kind Regards,<br>Izze<br>                                       </body>
</html>