summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Exelbierd2019-04-20 21:12:24 +0200
committerBrian Exelbierd2019-04-20 21:12:24 +0200
commit1f532633029c6e0cbb1917fb5a2f64c63c555363 (patch)
tree46a4592abad446f2fad78e691b885d2cf9c7dfb7
parent38d96b78a6bb43f0f64143a88ba7b0cff0c74ba3 (diff)
Created Best Practices (markdown)
-rw-r--r--Best-Practices.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Best-Practices.md b/Best-Practices.md
new file mode 100644
index 0000000..f16561a
--- /dev/null
+++ b/Best-Practices.md
@@ -0,0 +1,13 @@
+A collection of wisdom and best practices. Use this after careful consideration!
+
+* Don't backup your `gocryptfs.conf` file to public sources.
+
+ See [https://github.com/rfjakob/gocryptfs/issues/50](Issue 50) for reasons. In short, you should consider not saving this file in public cloud-style backups and instead make sure you have backed it up elsewhere and stored your master key (visible when you ran `gocryptfs -init`).
+
+* Do backup you `gocryptfs.diriv`
+
+ This file isn't secret. See [https://github.com/rfjakob/gocryptfs/issues/37](Issue 37).
+
+* Use a strong passphrase/password!
+
+ See https://github.com/rfjakob/gocryptfs/wiki/Password-Strength for more details \ No newline at end of file