@stein197/rot13
v1.0.0
Published
ROT13 cipher algorithm implementation
Readme
JavaScript ROT13 cipher implementation
The package provindes only a single tiny rot13() function that converts string data according to ROT13 algorithm.
Installation
npm install @stein197/rot13Usage
const rot13 = require("@stein197/rot13");
rot13("Hello, World!") // "Uryyb, Jbeyq!"npm scripts
test. Run tests
