1.0.1 • Published 8 years ago

caesar-cipher-al v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

caesar-cipher

Caesar Cipher Implementation in JavaScript

Install

npm install caesar-cipher-al

Usage

var caesar = require('caesar-cipher-al');

//encrypt  
var encrypted = caesar.encrypt('hello world', 5);

//decrypt
var decrypted = caesar.decrypt('khoor zruog', 5);
1.0.1

8 years ago

1.0.0

8 years ago