# @samwen/base62-shax

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

Latest version **1.0.4** (published 2021-02-05) · ISC license · 0 weekly downloads

## Install

```sh
npm install @samwen/base62-shax
pnpm add @samwen/base62-shax
yarn add @samwen/base62-shax
bun add @samwen/base62-shax
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2021-02-05 |
| First published | 2020-01-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Sam Wen |
| Maintainers | samwen |
| Keywords | base62, hash, sha1, sha224, sha256, sha384, sha512 |

## Links

- npm: https://www.npmjs.com/package/@samwen/base62-shax
- Repository: https://github.com/samswen/base62-shax
- Homepage: https://github.com/samswen/base62-shax#readme
- Issues: https://github.com/samswen/base62-shax/issues
- npm.io page: https://npm.io/package/@samwen/base62-shax

## Dependencies (1)

- [base-x](https://npm.io/package/base-x.md) ^3.0.7

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2021-02-05
- 1.0.3 — 2020-11-02
- 1.0.2 — 2020-01-04
- 1.0.1 — 2020-01-04

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

---
_Source: https://npm.io/package/@samwen/base62-shax · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
