Răsfoiți Sursa

Review suggestion: mention local nonce path

> do we maybe also want to mention the specific path where the local
> nonce is kept?
Andrey Bienkowski 3 ani în urmă
părinte
comite
d6c16d77cb
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -717,7 +717,7 @@ Borg uses :ref:`AES-CTR encryption <borg_security_critique>`. An
 essential part of AES-CTR is a sequential counter that must **never**
 repeat. If the same value of the counter is used twice in the same repository,
 an attacker can decrypt the data. The counter is stored in the home directory
-of each user as well as in the repository. When creating a new archive borg uses
+of each user (under $HOME/.config/borg/security) as well as in the repository. When creating a new archive borg uses
 the highest of the two values. The value of the counter in the repository may be
 higher than your local value if another user has created an archive more recently
 than you did.