diff options
author | Jakob Unterwurzacher | 2021-08-24 13:53:50 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-24 13:53:50 +0200 |
commit | ab7308639b1ec6ff384d7e78e32a0607574ea485 (patch) | |
tree | 7375625789082f5ef1520aac0fa450b89b31bbbb /tests/example_filesystems/v2.2-xchacha-deterministic-names/gocryptfs.conf | |
parent | d70875aaa970e9d62f3b188c874da229636325dd (diff) |
tests/example_filesystems: add v2.2-xchacha-deterministic-names
Combines both new flags.
Diffstat (limited to 'tests/example_filesystems/v2.2-xchacha-deterministic-names/gocryptfs.conf')
-rw-r--r-- | tests/example_filesystems/v2.2-xchacha-deterministic-names/gocryptfs.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/example_filesystems/v2.2-xchacha-deterministic-names/gocryptfs.conf b/tests/example_filesystems/v2.2-xchacha-deterministic-names/gocryptfs.conf new file mode 100644 index 0000000..d7d9f28 --- /dev/null +++ b/tests/example_filesystems/v2.2-xchacha-deterministic-names/gocryptfs.conf @@ -0,0 +1,19 @@ +{ + "Creator": "gocryptfs v2.1-27-gabaa129-dirty.xchacha", + "EncryptedKey": "XKST0+9lmTP7Vam3WpNMuF5RIp78ufCiMgV0W85Z2z46SJYKAqzTEK32wMLw+5y6S/N6tQWFlisR27gy/gBqcg==", + "ScryptObject": { + "Salt": "aD15Xe/HLWjBDvV9hwJGBsfYAHYt5DKlAzy8+flL9SE=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "HKDF", + "XChaCha20Poly1305", + "EMENames", + "LongNames", + "Raw64" + ] +} |