jrot

2.0.0 • Public • Published

jrot

is characters rotation and you can customaise it

exaampel

const Jrot = require('jrot');
 
var rot13 = new Jrot({
    data : new Jrot.JData([1,9], ["a","Z"]),
    rc : 13
})
var str = "some string";
 
var estr = rot13.encode(str);
var dstr = rot13.decode(estr);
 
console.log(str === dstr); // true

/jrot/

    Package Sidebar

    Install

    npm i jrot

    Weekly Downloads

    2

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    9.96 kB

    Total Files

    10

    Last publish

    Collaborators

    • zakariajaidi