TextEncryptDecrypt 1.0.0
See the version list below for details.
dotnet add package TextEncryptDecrypt --version 1.0.0
NuGet\Install-Package TextEncryptDecrypt -Version 1.0.0
<PackageReference Include="TextEncryptDecrypt" Version="1.0.0" />
<PackageVersion Include="TextEncryptDecrypt" Version="1.0.0" />
<PackageReference Include="TextEncryptDecrypt" />
paket add TextEncryptDecrypt --version 1.0.0
#r "nuget: TextEncryptDecrypt, 1.0.0"
#addin nuget:?package=TextEncryptDecrypt&version=1.0.0
#tool nuget:?package=TextEncryptDecrypt&version=1.0.0
This tool encrypts and decrypts the given string data by using Rijndael Algorithm. Tool uses "Symmetric Key" (password) for encryption of the plain text and decryption of the cipher text. Password can be any string and must be the same string used for encryption and decryption. Tool also uses random 17 bytes salt value along with the password to generate more complex password. Hereby, different encrypted data is produced each time for the same data and password pairs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.