diff options
Diffstat (limited to 'tests/fsck/malleable_base64/gocryptfs.conf')
-rw-r--r-- | tests/fsck/malleable_base64/gocryptfs.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/fsck/malleable_base64/gocryptfs.conf b/tests/fsck/malleable_base64/gocryptfs.conf new file mode 100644 index 0000000..6098756 --- /dev/null +++ b/tests/fsck/malleable_base64/gocryptfs.conf @@ -0,0 +1,20 @@ +{ + "Creator": "gocryptfs v2.4.0-dirty", + "EncryptedKey": "3RHFBE1hurYP6D4VsdqhQb3Bd/kd3vYsZohgpc2lDhwIM8lsk8FHOgZEtfG2HfEFsV374B6rktbXmrBBiperqw==", + "ScryptObject": { + "Salt": "9pQrdZWjpp1cTjuWNB/SqcLw+HOYeOTECga2yIpjjUU=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "HKDF", + "GCMIV128", + "DirIV", + "EMENames", + "LongNames", + "Raw64" + ] +} |