diff options
author | Robert Theis | 2024-03-02 12:16:29 -0600 |
---|---|---|
committer | Robert Theis | 2024-03-02 12:16:29 -0600 |
commit | 1c75794d5ad85edb4210aed0e86581b39ed993e3 (patch) | |
tree | 235ac7a1add676c7f7e90975aff7512aba95d179 | |
parent | 98f2b09c8e61e3226be5fdcb78de528e1390aa86 (diff) |
Updated Best Practices (markdown)
-rw-r--r-- | Best-Practices.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Best-Practices.md b/Best-Practices.md index ad7f6eb..db41476 100644 --- a/Best-Practices.md +++ b/Best-Practices.md @@ -1,10 +1,10 @@ A collection of wisdom and best practices. Use this after careful consideration! -* Don't backup your `gocryptfs.conf` file to public sources unless you have a strong password. +* Don't back up your `gocryptfs.conf` file to public sources unless you have a strong password. See [Issue 50](https://github.com/rfjakob/gocryptfs/issues/50) for details. -* Do backup you `gocryptfs.diriv` along with all other encrypted files. +* Do back up you `gocryptfs.diriv` along with all other encrypted files. This file isn't secret. See [Issue #37](https://github.com/rfjakob/gocryptfs/issues/37) and [Issue #456](https://github.com/rfjakob/gocryptfs/issues/456). |