@ibysnow/iut_encrypt
v1.0.0
Published
IUT-ENCRYPT is a library to encrypt string
Downloads
1
Readme
IUT-ENCRYPT
IUT-ENCRYPT is a library to encrypt string
Installation
Use npm to install IUT-ENCRYPT.
npm install @ibysnow/iut_encrypt
Usage
const crypto = require('crypto');
crypto.sha1("password");
crypto.DSA("password");