I work with Windows-based Subversion and would like to write a lightweight utility in .NET for working with the Apache password file. I understand that it uses a function called MD5Crypt, but I cannot find a description of the algorithm, except that at some point it uses MD5 to create a hash.
Can someone describe the MD5Crypt algorithm and password string format?
source
share