mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
add link to PHC string spec
@@ -31,7 +31,7 @@ Note that config changes in the admin page do not take effect until you click th
|
||||
> :warning: This feature not yet released, but will be soon!
|
||||
|
||||
Previously the `ADMIN_TOKEN` could only be in a plain text format.<br>
|
||||
You can now hash the `ADMIN_TOKEN` using Argon2 by generating a PHC string.<br>
|
||||
You can now hash the `ADMIN_TOKEN` using Argon2 by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md).<br>
|
||||
This can be generated by using a built-in `hash` command within Vaultwarden, or use the `argon2` CLI tool.<br>
|
||||
Within the vaultwarden application we have two presets, one using the [Bitwarden defaults](https://github.com/bitwarden/clients/blob/04d1fbb716bc7676c60a009906e183bb3cbb6047/libs/common/src/enums/kdfType.ts#L8-L10), and one using the [OWASP recommendations](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#argon2id).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user