Clarify scopes, templates, and characters
continuous-integration/woodpecker the build was successful
Details
continuous-integration/woodpecker the build was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>main
parent
c33188090a
commit
0e965a5dfa
|
@ -90,6 +90,8 @@ The site key generation step is part of getting a password and is used against a
|
|||
### Scopes
|
||||
([code](scope.go))
|
||||
|
||||
Scopes are chosen by a user (default **Authentication**) to denote what type of password they need.
|
||||
|
||||
|Scope|Value|Default Template|
|
||||
|:---:|:---:|:---:|
|
||||
|Authentication|`com.lyndir.masterpassword`|Long|
|
||||
|
@ -104,6 +106,8 @@ a service.**
|
|||
### Templates
|
||||
([code](template.go))
|
||||
|
||||
Template sets are used when generating a password, each character relates to a corresponding set in [characters](#characters).
|
||||
|
||||
|Template|Sets|
|
||||
|:---:|:---:|
|
||||
|Maximum| `["anoxxxxxxxxxxxxxxxxx", "axxxxxxxxxxxxxxxxxno"]`|
|
||||
|
@ -118,6 +122,8 @@ a service.**
|
|||
### Characters
|
||||
([code](template.go))
|
||||
|
||||
Characters are sets of characters used in a [Template](#templates).
|
||||
|
||||
|Symbol|Set|
|
||||
|:---:|:---:|
|
||||
|V|`AEIOU`|
|
||||
|
|
Loading…
Reference in New Issue