diff options
author | Jakob Unterwurzacher | 2017-05-28 19:02:22 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-05-28 19:02:22 +0200 |
commit | 1f5201da5ebb0180717f63d77bbe2338876bfd29 (patch) | |
tree | e53b37f8697a5231898297a0aaa712f32671910f /tests/example_filesystems/v1.3-reverse/.gocryptfs.reverse.conf | |
parent | 35f4f8af56ec4da9952df4feba4981f5d148b2cf (diff) |
tests: add v1.3-reverse example filesystem
We check the md5 sum of the encrypted version of a file to make sure we don't
accidentially change the ciphertext generation.
Diffstat (limited to 'tests/example_filesystems/v1.3-reverse/.gocryptfs.reverse.conf')
-rw-r--r-- | tests/example_filesystems/v1.3-reverse/.gocryptfs.reverse.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/example_filesystems/v1.3-reverse/.gocryptfs.reverse.conf b/tests/example_filesystems/v1.3-reverse/.gocryptfs.reverse.conf new file mode 100644 index 0000000..4241280 --- /dev/null +++ b/tests/example_filesystems/v1.3-reverse/.gocryptfs.reverse.conf @@ -0,0 +1,21 @@ +{ + "Creator": "gocryptfs v1.3", + "EncryptedKey": "o6yhOpoaToWqs7iZMgx2J+dmrRcL8TOjqd7ntlqy4Y/g/ygNRADJXGITtEIDukf7FbGyn2JNZtWs/4ZOgLNmYw==", + "ScryptObject": { + "Salt": "8a64zpm0vXFg9uretHuwbxijzQmx2QF4hKOYM0yK/S8=", + "N": 65536, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "HKDF", + "DirIV", + "EMENames", + "LongNames", + "Raw64", + "AESSIV" + ] +} |