1.0.0 • Published 2 years ago
@stein197/rot13 v1.0.0
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
1.0.0
2 years ago