From b7538fc026dc25d0061e08bedc4b3aff97bb52d2 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 5 Mar 2017 23:06:40 +0100 Subject: tests: add v1.3 example filesystem This filesystem has both HKDF and Raw64 enabled. --- tests/example_filesystems/v1.3/gocryptfs.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/example_filesystems/v1.3/gocryptfs.conf (limited to 'tests/example_filesystems/v1.3/gocryptfs.conf') diff --git a/tests/example_filesystems/v1.3/gocryptfs.conf b/tests/example_filesystems/v1.3/gocryptfs.conf new file mode 100644 index 0000000..dcb446c --- /dev/null +++ b/tests/example_filesystems/v1.3/gocryptfs.conf @@ -0,0 +1,20 @@ +{ + "Creator": "gocryptfs v1.2.1-17-g5b54577-dirty", + "EncryptedKey": "dfneWTRGfme/SnCcuBmQ4WBbcU3V2HvZKpp6JMafFYEvrfs6+8QQM6iY1zAuctKvAp//IcfGFmNS2YYG+xkfEA==", + "ScryptObject": { + "Salt": "fHYTB0o+D9sTm2sIpNih1maN3SdGfM08al3WBhVNQ78=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "DirIV", + "EMENames", + "LongNames", + "Raw64", + "HKDF" + ] +} -- cgit v1.2.3