The password salt for SHA1 Hashing is generated with the following function :
(new RNGCryptoServiceProvider()).GetBytes(buf);
What is used as the seed of RNGCryptoServiceProvider?
Can the values of passwordsalt for the registered users in asp.net 4.0 Membership provider be reconstructed with somehow feeding the same seed to the RNGCryptoServiceProvider?