Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Tony, I am trying to make a Delphi program for creation of passwords for an Apache webserver. The .htpasswd file has the same format as the cvsnt passwd file <login>:<hashed pwd>, so I figured that I could look at the cvsnt implementation of the unix crypt algorithm. But I have trouble navigating the source tree to find the entry point for crypting. Could you advice which files I should look at? /Bo (Bo Berglund, developer in Sweden)