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