XmobiTea.Crypto.Aes
1.0.4
dotnet add package XmobiTea.Crypto.Aes --version 1.0.4
NuGet\Install-Package XmobiTea.Crypto.Aes -Version 1.0.4
<PackageReference Include="XmobiTea.Crypto.Aes" Version="1.0.4" />
paket add XmobiTea.Crypto.Aes --version 1.0.4
#r "nuget: XmobiTea.Crypto.Aes, 1.0.4"
// Install XmobiTea.Crypto.Aes as a Cake Addin #addin nuget:?package=XmobiTea.Crypto.Aes&version=1.0.4 // Install XmobiTea.Crypto.Aes as a Cake Tool #tool nuget:?package=XmobiTea.Crypto.Aes&version=1.0.4
XmobiTea.Crypto.Aes
XmobiTea.Crypto is a comprehensive cryptography library for .NET that provides essential cryptographic functions, including encryption, decryption, hashing, and digital signatures. It is designed to be simple, secure, and efficient, making it easy to integrate robust cryptographic features into your applications.
Key Features
1. Encryption and Decryption
- Symmetric Encryption: Support for AES algorithms to ensure data confidentiality.
- Asymmetric Encryption: Implementation of RSA and other asymmetric algorithms for secure key exchange and encryption.
2. Hashing
- Secure Hash Functions: Provides implementations for SHA-256, SHA-512, MD5, and more, ensuring data integrity and authenticity.
- HMAC (Hash-based Message Authentication Code): Support for HMAC with various hash algorithms to ensure message integrity and authentication.
3. Digital Signatures
- Signing and Verification: Create and verify digital signatures using RSA, ECDSA, and other algorithms to ensure the authenticity of messages and documents.
4. Key Management
- Key Generation: Tools for generating and managing cryptographic keys, including support for both symmetric and asymmetric keys.
- Key Storage: Secure methods for storing and retrieving cryptographic keys.
5. Utilities and Extensions
- Base64 and Hex Encoding: Functions for encoding and decoding data in Base64 and hexadecimal formats.
- Password Hashing: Secure methods for hashing and verifying passwords using PBKDF2, bcrypt, and other algorithms.
Installation
To install XmobiTea.Crypto.Aes, use NuGet Package Manager: Install-Package XmobiTea.Crypto.Aes
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 was computed. 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 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 is compatible. |
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. |
-
.NETCoreApp 3.1
- XmobiTea.Crypto (>= 1.0.4)
-
.NETFramework 4.6
- XmobiTea.Crypto (>= 1.0.4)
-
.NETFramework 4.6.1
- XmobiTea.Crypto (>= 1.0.4)
-
.NETFramework 4.6.2
- XmobiTea.Crypto (>= 1.0.4)
-
.NETFramework 4.7
- XmobiTea.Crypto (>= 1.0.4)
-
.NETFramework 4.7.1
- XmobiTea.Crypto (>= 1.0.4)
-
.NETFramework 4.7.2
- XmobiTea.Crypto (>= 1.0.4)
-
.NETFramework 4.8
- XmobiTea.Crypto (>= 1.0.4)
-
.NETFramework 4.8.1
- XmobiTea.Crypto (>= 1.0.4)
-
.NETStandard 2.0
- XmobiTea.Crypto (>= 1.0.4)
-
.NETStandard 2.1
- XmobiTea.Crypto (>= 1.0.4)
-
net6.0
- XmobiTea.Crypto (>= 1.0.4)
-
net8.0
- XmobiTea.Crypto (>= 1.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XmobiTea.Crypto.Aes:
Package | Downloads |
---|---|
XmobiTea.ProtonNet.RpcProtocol
XmobiTea.ProtonNet.RpcProtocol is responsible for encoding, decoding, and transforming XmobiTea.ProtonNet.Networking objects into the specific objects required by the server and client. This ensures seamless communication and interaction between different components within the ProtonNet framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.