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
|
### Scopes
|
||||||
([code](scope.go))
|
([code](scope.go))
|
||||||
|
|
||||||
|
Scopes are chosen by a user (default **Authentication**) to denote what type of password they need.
|
||||||
|
|
||||||
|Scope|Value|Default Template|
|
|Scope|Value|Default Template|
|
||||||
|:---:|:---:|:---:|
|
|:---:|:---:|:---:|
|
||||||
|Authentication|`com.lyndir.masterpassword`|Long|
|
|Authentication|`com.lyndir.masterpassword`|Long|
|
||||||
|
@ -104,6 +106,8 @@ a service.**
|
||||||
### Templates
|
### Templates
|
||||||
([code](template.go))
|
([code](template.go))
|
||||||
|
|
||||||
|
Template sets are used when generating a password, each character relates to a corresponding set in [characters](#characters).
|
||||||
|
|
||||||
|Template|Sets|
|
|Template|Sets|
|
||||||
|:---:|:---:|
|
|:---:|:---:|
|
||||||
|Maximum| `["anoxxxxxxxxxxxxxxxxx", "axxxxxxxxxxxxxxxxxno"]`|
|
|Maximum| `["anoxxxxxxxxxxxxxxxxx", "axxxxxxxxxxxxxxxxxno"]`|
|
||||||
|
@ -118,6 +122,8 @@ a service.**
|
||||||
### Characters
|
### Characters
|
||||||
([code](template.go))
|
([code](template.go))
|
||||||
|
|
||||||
|
Characters are sets of characters used in a [Template](#templates).
|
||||||
|
|
||||||
|Symbol|Set|
|
|Symbol|Set|
|
||||||
|:---:|:---:|
|
|:---:|:---:|
|
||||||
|V|`AEIOU`|
|
|V|`AEIOU`|
|
||||||
|
|
Loading…
Reference in New Issue