mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 22:03:44 +03:00
I think this not here got lost and makes the sentence incorrect
+1
-1
@@ -27,7 +27,7 @@ To invalidate any session you can remove the [`rsa_key.pem`](https://github.com/
|
|||||||
|
|
||||||
## Secure the `ADMIN_TOKEN`
|
## Secure the `ADMIN_TOKEN`
|
||||||
|
|
||||||
You can hash the `ADMIN_TOKEN` using argon2id by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md). This ensures that the admin token is not stored in a hashed format and thus cannot simply be read out.
|
You can hash the `ADMIN_TOKEN` using argon2id by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md). This ensures that the admin token is stored in a hashed format and thus cannot simply be read out.
|
||||||
|
|
||||||
The PHC string can be generated by [using the built-in `hash` command](#using-vaultwarden-hash) or by [using the `argon2` CLI tool](#using-argon2).
|
The PHC string can be generated by [using the built-in `hash` command](#using-vaultwarden-hash) or by [using the `argon2` CLI tool](#using-argon2).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user