longcloud-crypto
v0.0.2
Published
md5、sha256…
Readme
longcloud-crypto
md5 sha256加密Installation
npm i longcloud-cryptoExample
const crypto = require('longcloud-crypto');
const secret = '!,78.abc';
crypto.md5('china');
crypto.sha256('china', secret);License
MIT
