<div class="gmail_quote">2010/11/20 Altaf Mahmud <span dir="ltr">&lt;<a href="mailto:altaf.mahmud@gmail.com">altaf.mahmud@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br><br>I want to know how Koha saves its borrowers&#39; password in database? Is it one-way conversion? For example, if a password is saved as &#39;4QrcOUm6Wau+VuBX8g+IPg&#39;, can I decode it back to its original text which was &#39;123456&#39;?<br>

</blockquote></div><br>They are stored as MD5 hashes and you cannot &quot;decode&quot; them as such. IIRCC, what you must do is make an MD5 hash of the password and then compare the two hashes. They should be the same.<br>

<br>Kind Regards,<br>Chris<br>