<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Guys,<div><br></div><div>I have a kamailio server 1.3 with clear text Password in Subscriber table.... I wish I can encrypt that password by doing some kind of combinations between username, domain and let kamailio server be reading the encrypted password</div><div><br></div><div>Is there a way to do it?</div><div><br></div><div><div>modparam("auth_db", "db_url", DBURL)</div><div>modparam("auth_db", "calculate_ha1", 0)</div><div>modparam("auth_db", "password_column", "password")</div><div>#modparam("auth_db", "password_column", "ha1")</div><div>modparam("auth_db", "password_column_2", "ha1b")</div><div>modparam("auth_db", "load_credentials", "")</div><div>modparam("auth_db", "use_domain", MULTIDOMAIN)</div></div><div><br></div>                                       </div></body>
</html>