diff options
author | Robert Theis | 2024-03-02 12:16:42 -0600 |
---|---|---|
committer | Robert Theis | 2024-03-02 12:16:42 -0600 |
commit | 751246b054953ca1e3211bac205ac2bee024cb9c (patch) | |
tree | af0f5636c0eb90533300867cd88268f92d096b71 | |
parent | 1c75794d5ad85edb4210aed0e86581b39ed993e3 (diff) |
Updated Best Practices (markdown)
-rw-r--r-- | Best-Practices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Best-Practices.md b/Best-Practices.md index db41476..b090b70 100644 --- a/Best-Practices.md +++ b/Best-Practices.md @@ -4,7 +4,7 @@ A collection of wisdom and best practices. Use this after careful consideration See [Issue 50](https://github.com/rfjakob/gocryptfs/issues/50) for details. -* Do back up you `gocryptfs.diriv` along with all other encrypted files. +* Do back up your `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). |