HaemmerElectronics.SeppPenner.AESCryptoLib
1.0.9
Prefix Reserved
.NET Core 2.1
This package targets .NET Core 2.1. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.6
This package targets .NET Framework 4.6. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package HaemmerElectronics.SeppPenner.AESCryptoLib --version 1.0.9
NuGet\Install-Package HaemmerElectronics.SeppPenner.AESCryptoLib -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HaemmerElectronics.SeppPenner.AESCryptoLib" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HaemmerElectronics.SeppPenner.AESCryptoLib --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HaemmerElectronics.SeppPenner.AESCryptoLib, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HaemmerElectronics.SeppPenner.AESCryptoLib as a Cake Addin #addin nuget:?package=HaemmerElectronics.SeppPenner.AESCryptoLib&version=1.0.9 // Install HaemmerElectronics.SeppPenner.AESCryptoLib as a Cake Tool #tool nuget:?package=HaemmerElectronics.SeppPenner.AESCryptoLib&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AESCryptoLib
AESCryptoLib is an assembly/ library to encrypt strings with AES. The assembly was written and tested in .Net 4.8 and .Net Standard 2.0.
Available for
- NetFramework 4.6
- NetFramework 4.6.2
- NetFramework 4.7
- NetFramework 4.7.2
- NetFramework 4.8
- NetStandard 2.0
- NetStandard 2.1
- NetCore 2.1
- NetCore 3.1
Net Core and Net Framework latest and LTS versions
- https://dotnet.microsoft.com/download/dotnet-framework
- https://dotnet.microsoft.com/download/dotnet-core
Basic usage:
public void Test()
{
ICrypter cryptor = new Crypter();
string salt = cryptor.GetRandomSalt();
string encrypted = cryptor.Encrypt(AesKeySize.Strong, "Test", "Password", salt);
string decrypted = cryptor.Decrypt(AesKeySize.Strong, encrypted, "Password", salt);
}
The project can be found on nuget.
Change history
See the Changelog.
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 | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net46 is compatible. net461 was computed. net462 is compatible. net463 was computed. net47 is compatible. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- No dependencies.
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 71 | 11/24/2024 |
1.2.1 | 158 | 12/7/2023 |
1.2.0 | 147 | 11/21/2023 |
1.1.10 | 55 | 11/16/2023 |
1.1.9 | 126 | 11/13/2023 |
1.1.8 | 351 | 11/10/2022 |
1.1.7 | 317 | 11/10/2022 |
1.1.6 | 373 | 10/30/2022 |
1.1.5 | 456 | 2/9/2022 |
1.1.4 | 356 | 11/9/2021 |
1.1.3 | 331 | 8/9/2021 |
1.1.2 | 369 | 7/25/2021 |
1.1.1 | 385 | 2/21/2021 |
1.0.9 | 532 | 6/5/2020 |
1.0.8 | 578 | 11/8/2019 |
1.0.6 | 543 | 10/28/2019 |
1.0.5 | 609 | 6/23/2019 |
1.0.0.4 | 617 | 5/5/2019 |
1.0.0.3 | 1,060 | 3/15/2018 |
1.0.0.2 | 1,093 | 2/11/2018 |
1.0.0.1 | 1,001 | 8/16/2017 |
1.0.0 | 876 | 8/10/2017 |
Version 1.0.6.0 (2019-10-28): Updated nuget packages, added GitVersionTask, fixed bugs with package.