This module is used to cipher and decipher strings of text using different cipher methods. It currently supports the Caesar Cipher method, the Vigenere Cipher method and the Atbash Cipher method.
this module uses the english alphabet (a-z) and alphabetic characters outside of this will be treated as non-alphabetic characters.
This module is written in Typescript and needs to be compiled.
npm install
npx tsc
if you get an error while compiling, type npm install -g typescript at the command prompt then try compiling again.
npm install -g typescript
npx tsc
