HT.Encrypt 10.0.6

HT.Encrypt:
The HT.Encrypt provides encryption, hash... How to use the functions on namespace HT.Encrypt as follows:
- Encrypt: string.Encrypt(key);
- Decrypt: string.Decrypt(key);
- MD5: string.ToMD5(key);
- SHA256: string.ToSHA256(key);
Note:
Version 7.x.x is not compatible with versions older than 6.x.x and 5.x.x
NuGet Packages by the HT Team:
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.
.NET Standard 2.1
- No dependencies.