--- Matt <computergeek2025@xxxxxxxxxxx> wrote: > Hi i am new to php, and i am writing a small user > authentication script. In > the manual i read about using the crypt() function > to generate a hash, and > how you can validate the password using a salt. eg > if (crypt($userinput, $hash) == $hash) > > The code works perfectly, however i am writing an > application in java that i > want to validate users in the same way. So i need > this app to be able to use > the EXACT same crypt function as PHP. I cant find > any code that will do this > the same way. Can anyone supply me with some code > that will? > you ought to ask it in a java list. zareef ahmed > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > ===== Zareef Ahmed :: A PHP Developer in Delhi ( India ). Homepage :: http://www.zasaifi.com/zareef_ahmed.php _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php