From 28584d0d2c829fa1824bebc13e446968ebdee6b6 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 4 Jan 2019 19:30:05 +0100 Subject: xray: recreate test filesytems with -scrypt 10 Speeds up the dumpmasterkey test *a lot*: Before: ok github.com/rfjakob/gocryptfs/gocryptfs-xray/xray_tests 0.398s After: ok github.com/rfjakob/gocryptfs/gocryptfs-xray/xray_tests 0.023s --- gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.conf') diff --git a/gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.conf b/gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.conf index 9963e2d..f8f288b 100644 --- a/gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.conf +++ b/gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.conf @@ -1,9 +1,9 @@ { - "Creator": "gocryptfs v1.7-beta1-7-g6b94f5e", - "EncryptedKey": "mHLMC8208CamUCy6lpX8BtQ0h93dmhUycXAJRPYJI5d8vHvlS7hVgWOuAIf1wQEWQ2veEo9GBe3rmfmTnGzSvA==", + "Creator": "gocryptfs v1.7-beta1-11-g8d71f8f-dirty", + "EncryptedKey": "Rp0VYTJ9QK2imhJQH1miFIgAYZbsfv3t1tvPJvsOVy86ogBzKpUuMDFXD+PPawLvZM/TuYl0n3gx1RY5hzFfbg==", "ScryptObject": { - "Salt": "0yHaO65zMQgn9izBA3HlcLkX0KdI3PGBc4799TRVQYo=", - "N": 65536, + "Salt": "mDPjzd+SZpScPYVv/M9AFjNzXcUy6fqKckXay53EQdQ=", + "N": 1024, "R": 8, "P": 1, "KeyLen": 32 -- cgit v1.2.3