# hash-string

> A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

Latest version **1.0.0** (published 2015-05-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install hash-string
pnpm add hash-string
yarn add hash-string
bun add hash-string
```

## 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.0 |
| Published | 2015-05-13 |
| First published | 2015-05-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Matt Barker |
| Maintainers | matthewbarker |
| Keywords | hash, string, algorithm |

## Links

- npm: https://www.npmjs.com/package/hash-string
- Repository: https://github.com/MatthewBarker/hash-string
- Issues: https://github.com/MatthewBarker/hash-string/issues
- npm.io page: https://npm.io/package/hash-string

## 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.0 (latest) — 2015-05-13

## README

# Hash String

[![NPM](https://nodei.co/npm/hash-string.png)](https://nodei.co/npm/hash-string/)

A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

## Example

```javascript
console.log(hash('{ test: true }'));
```

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