1.0.0 • Published 7 months ago

@stein197/rot13 v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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/rot13

Usage

const rot13 = require("@stein197/rot13");

rot13("Hello, World!") // "Uryyb, Jbeyq!"

npm scripts

  • test. Run tests
1.0.0

7 months ago