@tetreault/atbash_cipher

A node implementation of the Atbash cipher


Keywords
atbash, cipher
License
Apache-2.0
Install
npm install @tetreault/atbash_cipher@1.0.0

Documentation

Build Status Coverage Status

Atbash Cipher

An implementation of the Atbash Cipher.

Where is it from?

The BIBLE yo!

How can I install this?

npm install @tetreault/atbash_cipher

How to use this module

cipherOutput = atbashCipher('We prepare for operations at midnight.'); // returns "Dv kivkziv uli lkvizgrlmh zg nrwmrtsg."

cipherOutput = atbashCipher(12345); // returns 12345

cipherOutput = atbashCipher(null); // returns null

Tests

npm test