mirror of
https://github.com/redelmann/scat
synced 2025-01-10 06:34:20 +01:00
Updated README.
This commit is contained in:
parent
1b15288135
commit
53aae72537
@ -131,6 +131,7 @@ Or, if you prefer Pokémons:
|
|||||||
> scat -c -S "facebook" -s pokemons
|
> scat -c -S "facebook" -s pokemons
|
||||||
Password:
|
Password:
|
||||||
Confirm:
|
Confirm:
|
||||||
|
Code: AGDE2-DGXA4-33DLQ-WEDAP-GYPQ9
|
||||||
Generated password:
|
Generated password:
|
||||||
Snorlax 5, Weedle 35, Raichu 27, Alakazam 99
|
Snorlax 5, Weedle 35, Raichu 27, Alakazam 99
|
||||||
```
|
```
|
||||||
@ -138,13 +139,14 @@ Snorlax 5, Weedle 35, Raichu 27, Alakazam 99
|
|||||||
### Summary of available schemas
|
### Summary of available schemas
|
||||||
|
|
||||||
Name | Comments | Entropy (in bits)
|
Name | Comments | Entropy (in bits)
|
||||||
:--- | :------- | :----------------
|
:------- | :----------------------------------------------- | :----------------
|
||||||
safe | A mix of 18 ascii symbols. (default) | 115
|
safe | A mix of 18 ascii symbols. (default) | 115
|
||||||
alpha | A mix of 18 alphanumeric symbols. | 104
|
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`
|
pinXX | `XX` digits. (useful for PIN codes) | `3.3 * XX`
|
||||||
|
lockX | Android lockscreen pattern of length `X` | < 19
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user