1.0.2 • Published 9 years ago

@tetreault/atbash_cipher v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 years ago

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

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago