@samwen/base62-shax

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

Usage no npm install needed!

<script type="module">
  import samwenBase62Shax from 'https://cdn.skypack.dev/@samwen/base62-shax';
</script>

README

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');