.NET实现bcrypt的NET、bcrypt

由网友(陪妳花開花落)分享简介:有谁知道一个良好的执行bcrypt的,我知道这个问题已经被问过,但它得到了非常小的反应。我只是挑选一个实现,轮流在谷歌的有点不确定和我想,我可能会更好的System.Security.Cryptography命名空间使用SHA256,至少我知道它的支持!你有什么想法?Does anyone know of a goo...

有谁知道一个良好的执行bcrypt的,我知道这个问题已经被问过,但它得到了非常小的反应。我只是挑选一个实现,轮流在谷歌的有点不确定和我想,我可能会更好的System.Security.Cryptography命名空间使用SHA256,至少我知道它的支持!你有什么想法?

Does anyone know of a good implementation of bcrypt, I know this question has been asked before but it got very little response. I'm a bit unsure of just picking an implementation that turns up in google and am thinking that I may be better off using sha256 in the System.Security.Cryptography namespace, at least then I know it's supported! What are you thoughts?

推荐答案

这听起来像你正在寻找BCrypt.net:

It sounds like you are looking for BCrypt.net:

BCrypt.net是一个实现   OpenBSD的河豚为基础的密码   散列code,在一个描述   未来的适应密码计划」   尼尔斯Provos和大卫Mazières。它是   jBCrypt的达米安的直接端口   米勒,并且因此下释放   同样的BSD风格的许可证。在code是   全面管理,并应与任何   小端CLI实现 - 它   已经过测试与微软.NET   和Mono。

BCrypt.net is an implementation of OpenBSD's Blowfish-based password hashing code, described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazières. It is a direct port of jBCrypt by Damien Miller, and is thus released under the same BSD-style license. The code is fully managed and should work with any little-endian CLI implementation -- it has been tested with Microsoft .NET and Mono.

阅读全文

相关推荐

最新文章