0.2.2 • Published 3 years ago

awesome-crypto-nodejs v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

utility encapsulation for nodejs crypto module

directory structure:

├── test 单元测试文件
├── types typescript类型文件
├── lib
│   ├── cipher 封装了加密解密相关的方法类
│   ├── certificate 封装了证书相关的方法类
│   ├── diffieHellman 封装了Diffie-Hellman相关的方法类
│   ├── ecdh 封装了椭圆曲线Diffie-Hellman相关的方法类
│   ├── hash 封装了哈希相关的方法类
│   ├── hmac 封装了Hmac摘要相关的方法类
│   ├── sign 封装了签名相关的方法类
│   └── verify 封装了签名验证相关的方法类

Install

yarn add awesome-crypto-nodejs / npm install awesome-crypto-nodejs

How to Use

eg:

import { Hash } from 'awesome-crypto-nodejs';

const ret = new Hash().generateDigest('md5', 'test me', 'base64')
0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.11

4 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago