srp 1.0.6
SRP-6a protocol implementation for .NET Standard 2.0 and .NET Framework 3.5+
Install-Package srp -Version 1.0.6
dotnet add package srp --version 1.0.6
<PackageReference Include="srp" Version="1.0.6" />
paket add srp --version 1.0.6
#r "nuget: srp, 1.0.6"
// Install srp as a Cake Addin
#addin nuget:?package=srp&version=1.0.6
// Install srp as a Cake Tool
#tool nuget:?package=srp&version=1.0.6
Release Notes
What's new:
v1.0.6:
— Added ISrpClient and ISrpServer interfaces.
v1.0.5:
— Added IsValidSalt and IsValidVerifier utility methods.
v1.0.4:
— Fixed padding issues in the arithmetic operations.
v1.0.3:
— Fixed SrpParameters thread safety issue.
v1.0.2:
— Fixed sha384/sha512 support in .NET Standard 1.6 version.
v1.0.1:
— Enabled .NET Standard 1.6 support.
v1.0.0:
— Initial release.
Dependencies
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- System.Globalization (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.1)
- System.Text.RegularExpressions (>= 4.3.0)
-
.NETStandard 2.0
- System.Globalization (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.1)
- System.Text.RegularExpressions (>= 4.3.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on srp:
Package | Downloads |
---|---|
Zyan
Zyan is a framework that simplifies development of distributed applications for desktop and mobile platforms. With Zyan you can publish any .NET class for remote access over the network. Zyan is highly customizable and provides you with tools to build modular and plugable distributed applications.
|
|
JsonServices.Auth.SecureRemotePassword
C# Message-Based JSON-RPC Client over WebSockets SRP authentication provider
|
GitHub repositories
This package is not used by any popular GitHub repositories.