[Stefan Sperling] > > + /* Create the CACHE_ID which will be generated based on REALMSTRING > > similar > > + to other password caching mechanisms. */ > > + digest = svn_checksum_create(svn_checksum_md5, pool); > > + svn_checksum(&digest, svn_checksum_md5, realmstring, strlen(realmstring), > > + pool); > > Maybe use SHA1 instead?
Why? All you're really after here is a unique key in a trusted datastore. Peter