I missed the first post on this...I'm not sure where it went.
[EMAIL PROTECTED] player]$ grep Pass Tagus
Pass TagZQ2wsPmd.Q~
[EMAIL PROTECTED] player]$ php
<?php print(crypt("testpass", "Tagus")); ?>
X-Powered-By: PHP/4.0.4pl1
Content-type: text/htmlTagZQ2wsPmd.Q What's the problem exactly? I use crypt all the time to store passwords in sql databases, and use php to check them... and I never have any problems with it. --Palrich

