1.0.2 • Published 3 years ago

lib-cipher v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Lib-cipher 1.0.0

Installation

Npm:

npm i lib-cipher --save

Example

import Cipher from './node_modules/lib-cipher/bundle.min.js'

const c = new Cipher(13)

Ciphers

After installation, encryption methods will be available: | Method | Description (Example) | | ------ | --------------------- | | encode | console.log(c.encode('cipher')) // PVCURE | | decode | console.log(c.decode('pvcure')) // CIPHER | | morse | console.log(c.morse('cipher')) // .. .. ._. .... . .. |

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago