.net implementation of bcrypt

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.

Leave a Comment