1.0.7 • Published 2 years ago

bota64 v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Bota64

Simple string encryption

Installing

npm install bota64 --save

Usage

Quick example

import Bota64 from "bota64";

const b = new Bota64();

const e = b.encode("I like you :)");

const d = b.decode(e);

console.log(`Encoded: ${e}`); // => ¶¶↕≈─Æ≠αžŸα≥┐¶↔6®œ==

console.log(`Decoded: ${d}`); // => I like you :)
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago