Daniel Fournier wrote:
Is there an XPCOM component with a function to get an MD5 digest from a string.

Daniel


yes, see nsISignatureVerifier which is implemented by PSM. there's code in nsHttpDigestAuth.cpp that uses this interface if you want to see a sample.


please note that this is not a frozen gecko API. i.e., it is not guaranteed to exist in a future mozilla release.

darin


Reply via email to