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-deterministic-names/gocryptfs.conf | |
parent | 62ed081c5e3f92855784dea24f14b377de98c511 (diff) |
tests/example_filesystems: add deterministic-names and xchacha
Diffstat (limited to 'tests/example_filesystems/v2.2-deterministic-names/gocryptfs.conf')
-rw-r--r-- | tests/example_filesystems/v2.2-deterministic-names/gocryptfs.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/example_filesystems/v2.2-deterministic-names/gocryptfs.conf b/tests/example_filesystems/v2.2-deterministic-names/gocryptfs.conf new file mode 100644 index 0000000..6a91dfe --- /dev/null +++ b/tests/example_filesystems/v2.2-deterministic-names/gocryptfs.conf @@ -0,0 +1,19 @@ +{ + "Creator": "gocryptfs v2.1-27-gabaa129-dirty.xchacha", + "EncryptedKey": "RnoIHKZ0FW4hGgovIbo6ictZt6eISBCFAVQjIelO1In5GdWE3j6svtOirIg2xHpT9hwOSplVg8MgV0Y5Qw0TyQ==", + "ScryptObject": { + "Salt": "yzBcjuwLGUjscVFL01kZAAfCk+9LpSl1CqDhavxOt+Y=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "HKDF", + "GCMIV128", + "EMENames", + "LongNames", + "Raw64" + ] +} |