.net implementation of bcrypt

前端 未结 6 2009

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 imple

6条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 07:10

    It sounds like you are looking for BCrypt.net:

    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.

提交回复
热议问题