1.2.3 • Published 6 years ago

wz-crypt v1.2.3

Weekly downloads
5
License
MIT
Repository
-
Last release
6 years ago

wz-crypt

Intro


  1. Use BASE64 code to encrypt or decrypt string
  2. Use MD5 code to encrypt string

Installation


npm install wz-crypt

Usage


const Encryption = require('wz-crypt');

const result1 = Encryption.encodeMD5(string);
const result2 = Encryption.encodeBase64(string);
const result3 = Encryption.decodeBase64(string);
1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago