diff options
Diffstat (limited to 'tests/example_filesystems/v2.2-xchacha/gocryptfs.conf')
-rw-r--r-- | tests/example_filesystems/v2.2-xchacha/gocryptfs.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/example_filesystems/v2.2-xchacha/gocryptfs.conf b/tests/example_filesystems/v2.2-xchacha/gocryptfs.conf new file mode 100644 index 0000000..a4ac3c2 --- /dev/null +++ b/tests/example_filesystems/v2.2-xchacha/gocryptfs.conf @@ -0,0 +1,20 @@ +{ + "Creator": "gocryptfs v2.1-27-gabaa129-dirty.xchacha", + "EncryptedKey": "6pVNGTIq5c4uXu90ZBjg2jKPvSqYc6gEfQ3/dEaMqKhd0CnaEYEm6+4oyrIfQkn0X7/hkW/HaCAqK0G0rcv1nw==", + "ScryptObject": { + "Salt": "AjIc6CkWvrd4/41pei15ulBKIcptIzvvJuCI+YB8pkA=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "HKDF", + "XChaCha20Poly1305", + "DirIV", + "EMENames", + "LongNames", + "Raw64" + ] +} |