@mdip/cipher
v0.4.0
Published
MDIP cipher lib
Downloads
317
Readme
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';