crypt() function & windows
crypt() ist not available under windows...
I'm currently (well since aboute half a year or so) in the process of converting a PHP based application (kinokai.de) to Java. One of the things I was struggling with was how to convert the authorization module. With PHP I was using phps crypt function which did its Job quite well...