1.0.0 • Published 6 years ago

randome-encode v1.0.0

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

Returns an encoded string with each word shifted by a different random number of letters as well as the key for encoding for every given string

Install with npm (npmjs.org)

npm i random-encode --save

Usage

const randomEncode = require('random-encode'); randomEncode('Well, I am.'); //example output { encodedString: 'Tbii, L tf', key: 23, 3, 19 }

License

Copyright (c) 2014-2015 Jon Schlinkert
Released under the MIT license