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                
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="XmobiTea.Crypto.Aes" Version="1.0.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XmobiTea.Crypto.Aes --version 1.0.4                
#r "nuget: XmobiTea.Crypto.Aes, 1.0.4"                
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.