blob: b090b703e7d11151bc70b45d812a8a1018b0b030 (
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 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 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).
* Use a strong passphrase/password!
See https://github.com/rfjakob/gocryptfs/wiki/Password-Strength for more details
|