.NET实现scrypt的 [英] .NET implementation of scrypt

查看:319
本文介绍了.NET实现scrypt的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我读过有关 scrypt 和它的一些优势的的 bcrypt 在某些情况下哈希算法。

I've read about scrypt and some of its advantages over the bcrypt hashing algorithm in certain circumstances.

总之,似乎scrypt没有被广泛使用呢。有没有人见过到目前为止一个.NET实现它(在C#的青睐)?

Anyhow, it seems scrypt isn't as widely used yet. Has anyone seen so far a .NET implementation of it (favored in C#)?

推荐答案

最后,我发现scrypt的实现在C#中的 CryptSharp库
图书馆是开源的,并使用 ISC许可证

Finally I found an implementation of scrypt in C# in the CryptSharp library.
The library is open source and uses the ISC license.

版本历史记录

1.2.0 2011年1月23日:
  该SCrypt KDF现在支持为CryptSharp.Utility.SCrypt。
  新增DJB的Salsa20,通过SCrypt必需的。

1.2.0 January 23, 2011:
The SCrypt KDF is now supported as CryptSharp.Utility.SCrypt.
Added djb's Salsa20, required by SCrypt.

这篇关于.NET实现scrypt的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆