# cryptomancy-source

> different flavours of entropy with a consistent api

Latest version **1.0.3** (published 2019-01-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install cryptomancy-source
pnpm add cryptomancy-source
yarn add cryptomancy-source
bun add cryptomancy-source
```

## 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.3 |
| Published | 2019-01-13 |
| First published | 2018-01-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | ansuz |
| Maintainers | ansuz |
| Keywords | cryptomancy |

## Links

- npm: https://www.npmjs.com/package/cryptomancy-source
- Repository: https://github.com/ansuz/cryptomancy-source
- Homepage: https://github.com/ansuz/cryptomancy-source#readme
- Issues: https://github.com/ansuz/cryptomancy-source/issues
- npm.io page: https://npm.io/package/cryptomancy-source

## Dependencies (2)

- [tweetnacl](https://npm.io/package/tweetnacl.md) ^1.0.0
- [cryptomancy-util](https://npm.io/package/cryptomancy-util.md) ^1.0.1

## 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.3 (latest) — 2019-01-13
- 1.0.2 — 2019-01-12
- 1.0.0 — 2018-01-14

## README

# cryptomancy-source

Provides a variety of entropy sources in different _flavours_.

## Secure

Cryptographically secure random integers that range between 0 and MAX_SAFE_INTEGER

## Insecure

Plain old random numbers provided by `Math.random()` in Javascript.

## Deterministic

A stream of deterministic integers initialized by a pool of buffer and a hashing mechanism.

If it is initialized and utilized in the same exact sequence two times, it will provide the same values.

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