Wikiux.String.Encryptor
1.0.0
East encrypt and decrypt string with sample static call methods
Install-Package Wikiux.String.Encryptor -Version 1.0.0
dotnet add package Wikiux.String.Encryptor --version 1.0.0
<PackageReference Include="Wikiux.String.Encryptor" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wikiux.String.Encryptor --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Wikiux.String.Encryptor, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Wikiux.String.Encryptor as a Cake Addin
#addin nuget:?package=Wikiux.String.Encryptor&version=1.0.0
// Install Wikiux.String.Encryptor as a Cake Tool
#tool nuget:?package=Wikiux.String.Encryptor&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
string-encryptor
secure string with encryption
Usage
install this pakage using nuget package manager
PM> install-package wikiux.string.encryptor
this is static string methods, you can call it directly as .ToEncrypt(); or .ToDecrypt();
public void TestUsage()
{
string text = "this is testing string";
string encryptedText = text.ToEncrypt();
string decryptedText = encryptedText.ToDecrypt();
}
string-encryptor
secure string with encryption
Usage
install this pakage using nuget package manager
PM> install-package wikiux.string.encryptor
this is static string methods, you can call it directly as .ToEncrypt(); or .ToDecrypt();
public void TestUsage()
{
string text = "this is testing string";
string encryptedText = text.ToEncrypt();
string decryptedText = encryptedText.ToDecrypt();
}
Release Notes
Initial Release
Dependencies
-
.NETStandard 2.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.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 150 | 5/29/2020 |