blob: ad7f6eb1bfc5f1896efd0a6be57b0d288319a561 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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.
See [Issue 50](https://github.com/rfjakob/gocryptfs/issues/50) for details.
* Do backup 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).
* Use a strong passphrase/password!
See https://github.com/rfjakob/gocryptfs/wiki/Password-Strength for more details
|