SshNet.Security.Cryptography
1.2.0
See the version list below for details.
dotnet add package SshNet.Security.Cryptography --version 1.2.0
NuGet\Install-Package SshNet.Security.Cryptography -Version 1.2.0
<PackageReference Include="SshNet.Security.Cryptography" Version="1.2.0" />
paket add SshNet.Security.Cryptography --version 1.2.0
#r "nuget: SshNet.Security.Cryptography, 1.2.0"
// Install SshNet.Security.Cryptography as a Cake Addin #addin nuget:?package=SshNet.Security.Cryptography&version=1.2.0 // Install SshNet.Security.Cryptography as a Cake Tool #tool nuget:?package=SshNet.Security.Cryptography&version=1.2.0
Cryptographic functions for .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Silverlight | sl4 is compatible. sl5 is compatible. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wp71 is compatible. wp8 is compatible. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- System.IO (>= 4.1.0)
-
.NETStandard 1.3
- System.IO (>= 4.1.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
Silverlight 4.0
- No dependencies.
-
Silverlight 5.0
- No dependencies.
-
UAP 10.0
- System.IO (>= 4.1.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
-
WindowsPhone 7.1
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
NuGet packages (24)
Showing the top 5 NuGet packages that depend on SshNet.Security.Cryptography:
Package | Downloads |
---|---|
Core.Renci.SshNet
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism. This is a fork from original repository with explicit .NET Core 3.1 and .NET 5.0 flavors, to overcome a dotnet core runtime issue when using the .NET standard library. |
|
SSH.NET.Fork
Package Description |
|
ark.net
Ark.NET is the ARK Ecosystem library for the .NET platform. It implements all most relevant ARK functionalities to help you develop efficient .NET applications built upon ARK platform. It provides low level access to ARK Network so you can easily build your block-chain application on top of it. |
|
Ripple.Signing
Package Description |
|
SSH.NET-NETCONF
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SshNet.Security.Cryptography:
Repository | Stars |
---|---|
codebude/QRCoder
A pure C# Open Source QR Code implementation
|
|
darkoperator/Posh-SSH
PowerShell Module for automating tasks on remote systems using SSH
|
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 60,600,185 | 10/22/2017 |
1.2.0 | 36,742,244 | 7/14/2016 |
1.1.0 | 2,390 | 7/9/2016 |
1.1.0-beta1 | 1,754 | 6/4/2016 |
1.0.0 | 4,885 | 6/4/2016 |
Changes:
========
The following methods on HashAlgorithm are now public:
* int TransformBlock(byte[], int, int, byte[], int)
* byte[] TransformFinalBlock(byte[], int, int)
The following properties on HashAlgorithm are now public:
* byte[] Hash
This affects the following target frameworks:
* netstandard1.0
* portable-net45+win8+wpa81
In the uap10.0 version, our hash algorithms now derive from System.Security.Cryptographic.HashAlgorithm
through a dependency on the System.Security.Cryptographic.Primitives package.