Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
您应该使用 RNGCryptoServiceProvider 类 生成加密安全的随机数..
RNGCryptoServiceProvider
You should use the RNGCryptoServiceProvider class to generate cryptographically secure random numbers..
Enterprise Library 应该能够非常有效地为您创建随机盐。请查看此处。
Enterprise Library should be able to create a random salt for you very effectively. Check it out here.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
您应该使用
RNGCryptoServiceProvider
类 生成加密安全的随机数..You should use the
RNGCryptoServiceProvider
class to generate cryptographically secure random numbers..Enterprise Library 应该能够非常有效地为您创建随机盐。请查看此处。
Enterprise Library should be able to create a random salt for you very effectively. Check it out here.