TNX.Cryptography 1.2.0

dotnet add package TNX.Cryptography --version 1.2.0
NuGet\Install-Package TNX.Cryptography -Version 1.2.0
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="TNX.Cryptography" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TNX.Cryptography --version 1.2.0
#r "nuget: TNX.Cryptography, 1.2.0"
#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 TNX.Cryptography as a Cake Addin
#addin nuget:?package=TNX.Cryptography&version=1.2.0

// Install TNX.Cryptography as a Cake Tool
#tool nuget:?package=TNX.Cryptography&version=1.2.0

[4.5] Adds simple extensions methods to crypt and decrypt byte[] and string (hex or base64)

+ ToCryptoBufferAES
+ ToCryptoBase64StringAES
+ ToCryptoHexStringAES
+ FromCryptoBufferAES
+ FromCryptoBase64StringAES
+ FromCryptoHexStringAES

+ ToCryptoBuffer3DES
+ ToCryptoBase64String3DES
+ ToCryptoHexString3DES
+ FromCryptoBuffer3DES
+ FromCryptoBase64String3DES
+ FromCryptoHexString3DES

+ ToCryptoBufferDES
+ ToCryptoBase64StringDES
+ ToCryptoHexStringDES
+ FromCryptoBufferDES
+ FromCryptoBase64StringDES
+ FromCryptoHexStringDES

To change default encoding set DefaultEncoder property of the DesHelper, TDesHelper or AesHelper static classes

q: info@antonioesposito.it

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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.0 1,191 10/6/2017
1.0.0 1,557 1/12/2015

New extension methods for using Hex strings to use crypto strings easily in http get