From the README:
Token Security: Tokens should be strong, randomly generated strings. In Dockhand, tokens are shown only once when generated.
What would be nice here is explaining what type of string is expected for users who want to generate their own securely.
Is this a hex string? A full UTF-8 string? ASCII?
Is it 24 characters or maybe 128?
If I want to run pwgen -s to generate a token, will that work?
Note that this should be documented in the default config file as well.
Thanks for your time!
From the README:
Token Security: Tokens should be strong, randomly generated strings. In Dockhand, tokens are shown only once when generated.What would be nice here is explaining what type of string is expected for users who want to generate their own securely.
Is this a hex string? A full UTF-8 string? ASCII?
Is it 24 characters or maybe 128?
If I want to run
pwgen -sto generate a token, will that work?Note that this should be documented in the default config file as well.
Thanks for your time!