mirror of
https://github.com/redelmann/scat
synced 2025-01-10 06:34:20 +01:00
Forgot to document pin
.
This commit is contained in:
parent
794b78bc0d
commit
a8dfc67d61
@ -102,6 +102,7 @@ alpha | A mix of 18 alphanumeric symbols. | 104
|
|||||||
parano | 78 ascii characters | 512
|
parano | 78 ascii characters | 512
|
||||||
pokemons | 4 classic Pokémons, each with a level up to 100 | 55
|
pokemons | 4 classic Pokémons, each with a level up to 100 | 55
|
||||||
diceware | 5 words out of the [diceware's list][diceware]. | 65
|
diceware | 5 words out of the [diceware's list][diceware]. | 65
|
||||||
|
pinXX | `XX` digits (useful for PIN codes) | `3.3 * XX`
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
@ -129,7 +130,7 @@ If you lack ideas but would like to participate anyway, you can also find here a
|
|||||||
|
|
||||||
1. Create other schemas.
|
1. Create other schemas.
|
||||||
|
|
||||||
2. Let the user specify a size for some schemas.
|
2. Let the user specify a size for some schemas. (By specify another command line option).
|
||||||
|
|
||||||
3. Compatible port in mainstream programming languages.
|
3. Compatible port in mainstream programming languages.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user