@mdip/cipher

1.1.2 • Public • Published

MDIP cipher

MDIP cryptography utilities for encryption/decryption and creating/verifying signatures.

Installation

npm install @mdip/cipher

Usage

The cipher library comes in two versions for servers and web browsers. The classes are identical but have different package dependencies.

Node server applications

import CipherNode from '@mdip/cipher/node';
const cipher = new CipherNode();

Web browsers

import CipherWeb from '@mdip/cipher/web';
const cipher = new CipherWeb();

Readme

Keywords

none

Package Sidebar

Install

npm i @mdip/cipher

Weekly Downloads

246

Version

1.1.2

License

MIT

Unpacked Size

91.3 kB

Total Files

14

Last publish

Collaborators

  • self.mandeep
  • vaibhavv
  • yourself_id