Skip to content

stein197/js-rot13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaScript ROT13 cipher implementation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published