diff --git a/Enabling-admin-page.md b/Enabling-admin-page.md index 1ff323f..16f4af6 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -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.
-You can now hash the `ADMIN_TOKEN` using Argon2 by generating a PHC string.
+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).
This can be generated by using a built-in `hash` command within Vaultwarden, or use the `argon2` CLI tool.
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).