Encrypt, Decrypt and Hash with key. Example: string.Encrypt(key); string.Decrypt(key); string.ToMD5(key); string.ToSha256(key);
$ dotnet add package HT.Encrypt
The HT.Encrypt provides encryption, hash... How to use the functions on namespace HT.Core as follows:
Version 7.x.x is not compatible with versions older than 6.x.x and 5.x.x
We develop Nuget packages on the latest versions of .Net: .Net 7, .Net 6, Asp.Net Core 3.1... All of our NuGet packages, which you can use in your own projects as well, are available from our NuGet.org profile page.