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 类生成的字节 [8] 盐。
似乎是一个不错的尺寸,以避免与其他盐的碰撞。
硅