Clarify scopes, templates, and characters
continuous-integration/woodpecker the build was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2021-11-21 21:23:54 -06:00
parent c33188090a
commit 0e965a5dfa
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 6 additions and 0 deletions

View File

@ -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`|