Generates suitable IOTA seeds.
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.
Entropy of pseudorandom generators like crypto.randomBytes() is uncertain. Consider securing your funds or privacy by using a sufficient method rather than this script.
Use npm to install:
npm install iota-generate-seed
const generate = require('iota-generate-seed');
const seed = generate();
// > 'TXKBFUZEFTDUFGB9YQSJAYBGQFEJHQVHLTOMFVFUHQCELKG9PXOTRCRHENHWBQOGRSFHGQLLLQJULFENE'$ npm install -g iota-generate-seed
$ iota-generate-seed
> 'SKVBOV9LARQ9SROHJJJTPREYYPYLNVE9FBCEGPCVTFMZBXFFPHN9ECGOKREHGTRBNCTTGDWZPXXZWKLIS'