0.3.0 • Published 9 months ago

@mdip/cipher v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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 functions are identical but have different package dependencies.

Server applications

import * from '@mdip/cipher/node';

Web browsers

import * from '@mdip/cipher/web';