I always used the SHA1 class directly.
if it required a salt I would generate it by hand with the RNGCryptoServiceProvider provider to generate my salt I add on.
I got the info from this link at Microsoft:
http://msdn.microsoft.com/library/de...redentials.asp
Using the SHA1 class directly should give you more predictable results. Think what you were using is for storing. Also, i am just looking but that one with the "=" at the end almost looks like it used an encryption algorythm vs hash. I could be wrong. I built an encryption class that has the output almost like that last hash you put out when done.