- 583 total downloads
- last updated 9/12/2017
- Latest version: 1.0.0
A .NET library made in F# to do encryption and decryptions of text with caesar cipher.
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)`.