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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.3
    1
    • latest

Version History

Package Sidebar

Install

npm i wz-crypt

Weekly Downloads

1

Version

1.2.3

License

MIT

Unpacked Size

16.9 kB

Total Files

6

Last publish

Collaborators

  • wenziff