0.0.2 • Published 7 years ago
longcloud-crypto v0.0.2
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