1.2.3 • Published 7 years ago

wz-crypt v1.2.3

Weekly downloads
5
License
MIT
Repository
-
Last release
7 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

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago