1.0.1 • Published 4 years ago

@vdegenne/caesar v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

@vdegenne/caesar

caesar cryptographic module

Usage

const {encode} = require('@vdegenne/caesar');

const string = 'hello';
const offset = 3;

console.log(
  encode(string, offset) // "khoor"
);

esm support

import {encode} from '@vdegenne/caesar';

Installation

npm install @vdegenne/caesar
1.0.1

4 years ago

1.0.0

4 years ago