@haydenhigg/atbash

1.0.1 • Public • Published

@haydenhigg/atbash

A small library for atbash encryption. Ideal behavior taken from here.

Usage

const atbash = require("@haydenhigg/atbash");

var encrypted = atbash.convert("the message");
var decrypted = atbash.convert(encrypted);

console.log(encrypted); //=> "GSV NVHHZTV"
console.log(decrypted); //=> "THE MESSAGE"

Package Sidebar

Install

npm i @haydenhigg/atbash

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

1.14 kB

Total Files

3

Last publish

Collaborators

  • haydenhigg