Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: ユーザーパスワードソルトの最適な長さは?
CreateSalt クラスではどのサイズを使用すればよいですか?
private static string CreateSalt(int size)
まったく同じことを今週行ったので、.Net 4 の RNGCryptoServiceProvider クラスによって生成された byte[8] ソルトを使用することにしました。
他のソルトとの衝突を避けるには適切なサイズのようです。
シ