1.0.0 • Published 1 year ago

@ibysnow/iut_encrypt v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1 year ago