1.0.0 • Published 2 years ago

@stein197/rot13 v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago