1.0.4 • Published 3 years ago

@samwen/base62-shax v1.0.4

Weekly downloads
173
License
ISC
Repository
github
Last release
3 years ago

base62-shax

base62 encode for crypto hash algorithms: sha1, sha224, sha256, sha384 and sha512.

how to install

npm install @samwen/base62-shax --save

how to use

const { base62_sha1 } = require('@samwen/base62-shax');

const sha1_hash = base62_sha1('Hello base62_shax');