aboutsummaryrefslogtreecommitdiff
path: root/tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf
blob: 9b462a3f3307ea668891fff844d89db54e278248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"EncryptedKey": "13f9NLdlS20w26T0bukhVrqhumJOHhRyntEJb2y2BJK+K1kulklQGT6gxSWPsjDqw5514h9/euMiKMwc",
	"ScryptObject": {
		"Salt": "b2ZD+7sN6b/lchJbYT+4K73tscC6WwbGrdxHuFjhOT4=",
		"N": 1024,
		"R": 8,
		"P": 1,
		"KeyLen": 32
	},
	"Version": 2,
	"FeatureFlags": [
		"GCMIV128",
		"PlaintextNames"
	]
}