diff options
Diffstat (limited to 'tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf')
-rw-r--r-- | tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf b/tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf new file mode 100644 index 0000000..9b462a3 --- /dev/null +++ b/tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf @@ -0,0 +1,15 @@ +{ + "EncryptedKey": "13f9NLdlS20w26T0bukhVrqhumJOHhRyntEJb2y2BJK+K1kulklQGT6gxSWPsjDqw5514h9/euMiKMwc", + "ScryptObject": { + "Salt": "b2ZD+7sN6b/lchJbYT+4K73tscC6WwbGrdxHuFjhOT4=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "PlaintextNames" + ] +}
\ No newline at end of file |