Info
Version: | 1.0.0 |
Author(s): | Yeo Wen Qin |
Last Update: | Tuesday, September 12, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Yeo-Wen-Qin/CaesarCipher |
NuGet Url: | https://www.nuget.org/packages/WQYeo.CaesarCipher |
Install
Install-Package WQYeo.CaesarCipher
dotnet add package WQYeo.CaesarCipher
paket add WQYeo.CaesarCipher
WQYeo.CaesarCipher Download (Unzip the "nupkg" after downloading)
Dependencies
- System.ValueTuple(>= 4.3.1)
Tags
Create an instance of the class/module `CaesarCipher`, and start by using the functions `Encrypt(message:string, key:int)` and `Decrypt(message:string, key:int)`.