# Secret Generator

Passwords and keys for the things a server has to be given: rcon, a database user, an API token. The randomness comes from your browser and never leaves this page.

- Platform: Shared
- Canonical page: https://devtoolsgg.com/shared/secret

## Options

### Secret

- `alphabet` Alphabet (required). Readable drops the characters that look alike, which matters when someone reads a password out loud.
- `length` Length (required)
- `count` How many
- `snippet` Also produce a server.cfg snippet
- `seed` Entropy. Drawn from your browser's CSPRNG. Reroll for a different set.

## How to cite

Secret Generator, devtoolsgg.com. https://devtoolsgg.com/shared/secret
