diff options
Diffstat (limited to 'tests/example_filesystems/v0.5/gocryptfs.conf')
-rw-r--r-- | tests/example_filesystems/v0.5/gocryptfs.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/example_filesystems/v0.5/gocryptfs.conf b/tests/example_filesystems/v0.5/gocryptfs.conf new file mode 100644 index 0000000..f839664 --- /dev/null +++ b/tests/example_filesystems/v0.5/gocryptfs.conf @@ -0,0 +1,14 @@ +{ + "EncryptedKey": "zIY8foMncKrAG8USA1/AQ+R8z+xRge3QZqDpGRIDAeNOkMeQQsnMsJzFJbZHcGlRbUye0CwRghR/UX4R", + "ScryptObject": { + "Salt": "BFQklFzt3j9ZDa8zcR9pwHfa8nDdLqyCzNp5kA+V6Y0=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "DirIV" + ] +}
\ No newline at end of file |