From f1244b6d06a4932e8a51adedf351ec83262c2db5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 6 Mar 2017 22:53:49 +0100 Subject: tests: recreate v1.3 example filesystem The filesystem was created with a gocryptfs version that ignored the HKDF flag (hence everything was actually encrypted WITHOUT hkdf). Fix it by recreating it. --- tests/example_filesystems/v1.3/gocryptfs.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 index dcb446c..e6b4aec 100644 --- a/tests/example_filesystems/v1.3/gocryptfs.conf +++ b/tests/example_filesystems/v1.3/gocryptfs.conf @@ -1,8 +1,8 @@ { - "Creator": "gocryptfs v1.2.1-17-g5b54577-dirty", - "EncryptedKey": "dfneWTRGfme/SnCcuBmQ4WBbcU3V2HvZKpp6JMafFYEvrfs6+8QQM6iY1zAuctKvAp//IcfGFmNS2YYG+xkfEA==", + "Creator": "gocryptfs v1.2.1-23-gd78a8d1-dirty", + "EncryptedKey": "WGhKfCvV/LBZdwpWz3Fs+9UFUJbtTooBiZMuthd8Hz3nq0g+zU7H+68ZkrCLdcC08PUNHVbvDdlGpRh0czbbyA==", "ScryptObject": { - "Salt": "fHYTB0o+D9sTm2sIpNih1maN3SdGfM08al3WBhVNQ78=", + "Salt": "LkS43fRGN3SfcFbVhPLo3uKh3h+4LYLNlqEUf+JIWf4=", "N": 1024, "R": 8, "P": 1, -- cgit v1.2.3