Gapotchenko.FX.Security.Cryptography
2022.2.7
Prefix Reserved
Install-Package Gapotchenko.FX.Security.Cryptography -Version 2022.2.7
dotnet add package Gapotchenko.FX.Security.Cryptography --version 2022.2.7
<PackageReference Include="Gapotchenko.FX.Security.Cryptography" Version="2022.2.7" />
paket add Gapotchenko.FX.Security.Cryptography --version 2022.2.7
#r "nuget: Gapotchenko.FX.Security.Cryptography, 2022.2.7"
// Install Gapotchenko.FX.Security.Cryptography as a Cake Addin
#addin nuget:?package=Gapotchenko.FX.Security.Cryptography&version=2022.2.7
// Install Gapotchenko.FX.Security.Cryptography as a Cake Tool
#tool nuget:?package=Gapotchenko.FX.Security.Cryptography&version=2022.2.7
Overview
The module provides an extended set of cryptography primitives and algorithms for .NET.
ARC4
ARC4 (Alleged Rivest Cipher 4 also known as ARCFOUR or RC4) is a stream cipher. While it is remarkable for its simplicity and performance, nowadays its usage is limited due to discovered limitations and vulnerabilities.
Still, ARC4 may be a good enough fit for less sensitive tasks. It may also be required for communication with legacy or energy-constrained systems.
Other Modules
Let's continue with a look at some other modules provided by Gapotchenko.FX:
- Gapotchenko.FX
- Gapotchenko.FX.AppModel.Information
- Gapotchenko.FX.Collections
- Gapotchenko.FX.Console
- Gapotchenko.FX.Data
- Gapotchenko.FX.Diagnostics
- Gapotchenko.FX.IO
- Gapotchenko.FX.Linq
- Gapotchenko.FX.Math
- Gapotchenko.FX.Memory
- ➴ Gapotchenko.FX.Security.Cryptography
- Gapotchenko.FX.Text
- Gapotchenko.FX.Threading
Or look at the full list of modules.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- Gapotchenko.FX (>= 2022.2.7)
-
.NETCoreApp 2.1
- Gapotchenko.FX (>= 2022.2.7)
-
.NETCoreApp 3.0
- Gapotchenko.FX (>= 2022.2.7)
-
.NETFramework 4.6
- Gapotchenko.FX (>= 2022.2.7)
-
.NETFramework 4.7.1
- Gapotchenko.FX (>= 2022.2.7)
-
.NETFramework 4.7.2
- Gapotchenko.FX (>= 2022.2.7)
-
.NETStandard 2.0
- Gapotchenko.FX (>= 2022.2.7)
-
.NETStandard 2.1
- Gapotchenko.FX (>= 2022.2.7)
-
net5.0
- Gapotchenko.FX (>= 2022.2.7)
-
net6.0
- Gapotchenko.FX (>= 2022.2.7)
-
net7.0
- Gapotchenko.FX (>= 2022.2.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.