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.
Bo Berglund wrote: > 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? It's in the ufc-crypt directory. A quick google threw up http://www.devarchive.com/f2194.html which might be more useful. Tony