From e43eb36da3e72cd0f59ac978cf76a94fa87ca7cd Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 28 May 2017 19:02:22 +0200 Subject: 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. --- .../v1.3-reverse/.gocryptfs.reverse.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/example_filesystems/v1.3-reverse/.gocryptfs.reverse.conf (limited to 'tests/example_filesystems/v1.3-reverse/.gocryptfs.reverse.conf') 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" + ] +} -- cgit v1.2.3