text-encrypter
The library to encrypt/decrypt text using caesar cipher mechanism
@dunkelhaiser/caesar-cipher
Implementation of the Caesar Cipher encryption algorithm in JavaScript. The Caesar Cipher is a classic substitution cipher technique where each letter in the plaintext is shifted a certain number of places down or up the alphabet.
caesars-cipher
A library that provides a simple interface to the caesars cipher with a large range.