diff options
author | Jakob Unterwurzacher | 2021-08-24 13:50:07 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-24 13:50:07 +0200 |
commit | d70875aaa970e9d62f3b188c874da229636325dd (patch) | |
tree | 8383f512fb878afb62c88fa9fb8a6547d1e634c5 /tests/example_filesystems/v2.2-xchacha/gocryptfs.conf | |
parent | 62ed081c5e3f92855784dea24f14b377de98c511 (diff) |
tests/example_filesystems: add deterministic-names and xchacha
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" + ] +} |