ROT47

Node Tool for ROT47 https://rot47.net

ISC License

Stars
3

ROT47

Node Tool for ROT47 https://rot47.net

NPM

Installation

$ npm i rot47 --save

Usage

var rot47 = require('rot47')  
rot47('abc')  
-> '234'

CLI Installation

$ npm i rot47 -g

CLI Usage

$ rot47 "abc"
234

$ rot47 file.txt
...

$ gzip -d -c file.txt | base64 -D | rot47 > orig.txt

Author

Wei He [email protected]