# hmacsha1

> Simple HMAC-SHA1 for JavaScript. The code was extracted directly from Chromium examples for extensions.

Latest version **1.0.0** (published 2015-01-25) · BSD license · 0 weekly downloads

## Install

```sh
npm install hmacsha1
pnpm add hmacsha1
yarn add hmacsha1
bun add hmacsha1
```

## 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-01-25 |
| First published | 2015-01-25 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Author | pH200 |
| Maintainers | minamo |
| Keywords | hmacsha1, hmac_sha1, sha1, crypto, oauth |

## Links

- npm: https://www.npmjs.com/package/hmacsha1
- Repository: https://github.com/pH-minamo/hmacsha1-js
- Issues: https://github.com/pH-minamo/hmacsha1-js/issues
- npm.io page: https://npm.io/package/hmacsha1

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-01-25

## README

# hmacsha1

Simple HMAC-SHA1 for JavaScript.
The code was extracted directly from Chromium examples for extensions.

## NPM

``npm install hmacsha1``

## Example

``` js
var hmacsha1 = require('hmacsha1');
var hash = hmacsha1(KEY, DATA);
```

## Link

https://developer.chrome.com/extensions/tut_oauth

https://developer.chrome.com/extensions/examples/extensions/oauth_contacts/chrome_ex_oauthsimple.js

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