cipherdata

1.0.1 • Public • Published

CipherData

cipherdata on npm

Installation

npm i cipherdata

Example

const
    cipherData = require("cipherdata"),
    cipher = new cipherData();

let crypt = cipher.encryptData("Hello World");
// -> <Buffer 78 6a 2b 53 60 0c 44 c8 8d fa 51 d4 cb 83 24 98>

crypt.toString();
// -> xj+S`♀Dȍ�Q�˃$�

cipher.decryptData(crypt)
// -> Hello World

Package Sidebar

Install

npm i cipherdata

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.16 kB

Total Files

4

Last publish

Collaborators

  • zougataga