Where to find documentation on BCrypt for .NET? [closed]
Asked Answered
B

2

0

I used NuGet to get the BCrypt library and it's installed properly. Now I'd like to read about it and how to use it, yet I can't seem to find any documentation.

Even searching for the libraries namespace yielded no results:

DevOne.Security.Cryptography.BCrypt

Any suggestions on where to find some examples, or even plain old documentation? I'm using C#.

Bearing answered 22/3, 2011 at 15:19 Comment(0)
R
4

There is no official documentation, other than this page.

That being said, you can easily look at the source code, as there are only a couple of public routines in the API.

Rayfordrayle answered 22/3, 2011 at 15:22 Comment(0)
S
0

I know this question is old, but it's still the first result on Google for "BCrypt.NET documentation".

Therefore, I'd like to expand on the answer and say the latest download of BCrypt.NET has documentation included in the release. Specifically, "BCrypt.Net.XML". Strange that it's stored in an XML file, but it explains the work factor and various methods succinctly.

Scevo answered 24/12, 2014 at 12:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.