# iota-generate-seed

> Generates a suitable IOTA seed

Latest version **1.0.0** (published 2017-03-21) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install iota-generate-seed
pnpm add iota-generate-seed
yarn add iota-generate-seed
bun add iota-generate-seed
```

Provides the command `iota-generate-seed`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-03-21 |
| First published | 2017-03-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Chris Dukakis |
| Maintainers | chrisdukakis |
| Keywords | iota, seed, generate |

## Links

- npm: https://www.npmjs.com/package/iota-generate-seed
- Repository: https://github.com/chrisdukakis/iota-generate-seed
- Homepage: https://github.com/chrisdukakis/iota-generate-seed#readme
- Issues: https://github.com/chrisdukakis/iota-generate-seed/issues
- npm.io page: https://npm.io/package/iota-generate-seed

## Dependencies (1)

- [randomstring](https://npm.io/package/randomstring.md) ^1.1.5

## Recent versions

- 1.0.0 (latest) — 2017-03-21

## README

# iota-generate-seed

Generates suitable [IOTA](https://iotatoken.com/) seeds.

## Security

A seed is like a private key or password to access your account. Keep it private and don't lose it.
Maximum security is achieved by a random 81-chars seed. Longer seeds won't increase security.

## Installation

Use [npm](https://github.com/npm/npm) to install:

```
npm install iota-generate-seed
```

## Usage

```javascript
const generate = require('iota-generate-seed');

const seed = generate();
// > 'TXKBFUZEFTDUFGB9YQSJAYBGQFEJHQVHLTOMFVFUHQCELKG9PXOTRCRHENHWBQOGRSFHGQLLLQJULFENE'
```
## Command Line Usage

```
$ npm install -g iota-generate-seed

$ iota-generate-seed
> 'SKVBOV9LARQ9SROHJJJTPREYYPYLNVE9FBCEGPCVTFMZBXFFPHN9ECGOKREHGTRBNCTTGDWZPXXZWKLIS'
```

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