问题描述
我读过有关 scrypt 和它的一些优势的的在某些情况下哈希算法。
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#中的。
图书馆是开源的,并使用 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的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!