@yaas/ciphers

1.0.1 • Public • Published

Ciphers

This is a package that includes a few text manipulation ciphers.

You can use them all, or only use the ones that you need:

const cipher = require('@yaas/ciphers');
console.log(cipher.Bacon.encrypt('Hello there'));
// OR

const { Bacon } = require('@yaas/cipher');
console.log(Bacon.encrypt('General Kenobi'));

Readme

Keywords

none

Package Sidebar

Install

npm i @yaas/ciphers

Weekly Downloads

0

Version

1.0.1

License

none

Unpacked Size

4.01 kB

Total Files

9

Last publish

Collaborators

  • yaas-dev