aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/example_filesystems/v0.7/gocryptfs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/example_filesystems/v0.7/gocryptfs.conf')
-rw-r--r--integration_tests/example_filesystems/v0.7/gocryptfs.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/integration_tests/example_filesystems/v0.7/gocryptfs.conf b/integration_tests/example_filesystems/v0.7/gocryptfs.conf
new file mode 100644
index 0000000..c2997f2
--- /dev/null
+++ b/integration_tests/example_filesystems/v0.7/gocryptfs.conf
@@ -0,0 +1,16 @@
+{
+ "EncryptedKey": "rjkwSNwi3nCUKMLaDttlYweHSDgyhbDx5sWv/a+h+cG1co5IXoXF9ZQSxXl1Qwm/XhY/dvTvnGZRREde",
+ "ScryptObject": {
+ "Salt": "mX6madEb9nbE+xgo840s9d2ro88f/5GuEiimQ+C7Z1I=",
+ "N": 65536,
+ "R": 8,
+ "P": 1,
+ "KeyLen": 32
+ },
+ "Version": 2,
+ "FeatureFlags": [
+ "GCMIV128",
+ "DirIV",
+ "EMENames"
+ ]
+} \ No newline at end of file