wz-crypt

1.2.3 • Public • Published

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);

Package Sidebar

Install

npm i wz-crypt

Weekly Downloads

2

Version

1.2.3

License

MIT

Unpacked Size

16.9 kB

Total Files

6

Last publish

Collaborators

  • wenziff