DBTek.Crypto
2.1.0
A library to Encrypt/Decript and Hash files and strings
It supports applications written with the .Net Framework v3.5 and above.
It currently doesn't support Windows Phone, Windows e UWP apps.
Implemented Algorithms: Hash
=====
CRC32
HMAC-MD5
MD5
SHA-1
Unix-MD5
Unix-SHA2-256
Unix-SHA2-512
Implemented Algorithms: Encode/Decode
=====
Base64
QuotedPrintable
Rijndael (AES)
TripleDes
UUEncode
See the project url for information on the usage.
Install-Package DBTek.Crypto -Version 2.1.0
dotnet add package DBTek.Crypto --version 2.1.0
<PackageReference Include="DBTek.Crypto" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DBTek.Crypto --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DBTek.Crypto, 2.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 0.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.