diff options
author | Lars Quentin | 2025-07-15 12:28:29 +0200 |
---|---|---|
committer | rfjakob | 2025-07-15 14:28:31 +0200 |
commit | c602991f0730f9d94ffed2d1ade89d110cdfcc64 (patch) | |
tree | 7e04b1165350d8301d6a6ab66b0daaaf1051449f | |
parent | 50dd22d6ffbc341a64c91c2fe209590d2c9010fc (diff) |
The master key is printed at initialization, not on mount
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ hours and hours of stress (fsstress, extractloop.bash) and correctness testing (xfstests). It is now considered ready for general consumption. The old principle still applies: Important data should have a backup. -Also, keep a copy of your master key (printed on mount) in a safe place. +Also, keep a copy of your master key (printed at init) in a safe place. This allows you to access the data even if the gocryptfs.conf config file is damaged or you lose the password. |