@tetreault/atbash_cipher

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @tetreault/atbash_cipher

Weekly Downloads

2

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • tetreault