# happn-util-crypto

> Happn cryptograpy utilities

Latest version **3.0.11** (published 2023-08-06) · 0 weekly downloads

## Install

```sh
npm install happn-util-crypto
pnpm add happn-util-crypto
yarn add happn-util-crypto
bun add happn-util-crypto
```

## 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 | 3.0.11 |
| Published | 2023-08-06 |
| First published | 2016-03-10 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 414.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | mrstruwig, jeggers, smc-tenacious, smc-admin, simonbishopza |

## Links

- npm: https://www.npmjs.com/package/happn-util-crypto
- Repository: https://github.com/happner/happn-util-crypto
- Homepage: https://github.com/happner/happn-util-crypto#readme
- Issues: https://github.com/happner/happn-util-crypto/issues
- npm.io page: https://npm.io/package/happn-util-crypto

## Dependencies (4)

- [uuid](https://npm.io/package/uuid.md) ^3.3.2
- [randombytes](https://npm.io/package/randombytes.md) ^2.0.6
- [happn-commons](https://npm.io/package/happn-commons.md) 1.5.1
- [crypto-browserify](https://npm.io/package/crypto-browserify.md) ^3.12.0

## Recent versions

- 3.0.11 (latest) — 2023-08-06
- 3.0.12-prerelease-3 (prerelease-3) — 2023-12-21
- 1.1.0-prerelease-734-b (prerelease-734) — 2021-11-11
- 3.0.12-prerelease-2 — 2023-10-04
- 3.0.12-prerelease-1 — 2023-09-14
- 3.0.10 — 2023-02-06
- 3.0.10-prerelease-2 — 2023-01-26
- 3.0.10-prerelease-1 — 2023-01-18
- 3.0.9 — 2023-01-18
- 3.0.9-prerelease-1 — 2023-01-11
- 3.0.8 — 2022-11-26
- 3.0.7 — 2022-11-24
- 3.0.6 — 2022-11-01
- 3.0.5 — 2022-07-21
- 3.0.5-prerelease-2 — 2022-07-14
- … 22 more at https://npm.io/package/happn-util-crypto/versions

## README

# util-crypto

Happn cryptograpy utilities

crypto
------
- using bitpays bitcore-lib and bitcore-ecies
 - https://github.com/bitpay/bitcore-lib
 - https://github.com/bitpay/bitcore-ecies

- need gulp installed
- need to go to each node module and npm install, then run gulp test
 - gulp test runs tests in node and in browser using karma

to build browser code:
node ./node_modules/gulp/bin/gulp.js --gulpfile "./gulp-crypto.js"

to test browser code:
./node_modules/karma/bin/karma start karma.crypto.conf.js

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