Base32 1.1.0.2
dotnet add package Base32 --version 1.1.0.2
NuGet\Install-Package Base32 -Version 1.1.0.2
<PackageReference Include="Base32" Version="1.1.0.2" />
paket add Base32 --version 1.1.0.2
#r "nuget: Base32, 1.1.0.2"
// Install Base32 as a Cake Addin #addin nuget:?package=Base32&version=1.1.0.2 // Install Base32 as a Cake Tool #tool nuget:?package=Base32&version=1.1.0.2
An implementation of RFC 4648 Base32
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Base32:
Package | Downloads |
---|---|
OtpSharp
This is an implementation of HOTP and TOTP which are commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes. This library is capable of generating and verifying both TOTP and HOTP authentication codes. The calculations in this library are known to be compatible with Google 2-Step Verification and consequently the Google Authenticator smartphone app. It is also known to be able to generate codes for Amazon Web Services Multi Factor Authentication and Dropbox 2 step authentication. It should work with any other service or client that is RFC compliant. This library is released under an MIT license. No warranty is provided as to the correctness of the library and the consumer of the library assumes all risk for the use thereof, as per the MIT license. Every effort has gone into implementing this library in accordance with the RFCs mentioned above. However it is up to the users of this library to read through the RFCs and ensure that this implementation is in accordance with the security procedures outlined therein. The implementation includes the code calculation as well as simple verification. Persistence of the keys, secure key storage, ensuring that a single code can't be validated multiple times and other things are not a part of this library. Thus far those functions (and any others mentioned in the RFCs) are up to the consumer of this library. For documentation please visit the project website. |
|
One.NET
A simple enterprise content management system |
|
SchwabenCode.Web.Mvc
Extensions for ASP.NET MVC 4 and higher |
|
AddTwoFactorToMvc
Adds two factor authentication to an MVC project using google's authenticator. Relies on Microsoft's ASP.NET Identity service. |
|
Common.Net.REST.SpiderOak
The common library to call SpiderOak API. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
1.1 Changed validation to allow empty strings. Updated the PCL to profile 328.