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 --- .../xray_tests/aesgcm_fs/VnvoeSetPaOFjZDaZAh0lA | Bin 0 -> 5082 bytes .../xray_tests/aesgcm_fs/fRtDWUFQK9vDAtAJrTbbWg | Bin 5082 -> 0 bytes gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.conf | 8 ++++---- gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.diriv | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 gocryptfs-xray/xray_tests/aesgcm_fs/VnvoeSetPaOFjZDaZAh0lA delete mode 100644 gocryptfs-xray/xray_tests/aesgcm_fs/fRtDWUFQK9vDAtAJrTbbWg (limited to 'gocryptfs-xray/xray_tests/aesgcm_fs') diff --git a/gocryptfs-xray/xray_tests/aesgcm_fs/VnvoeSetPaOFjZDaZAh0lA b/gocryptfs-xray/xray_tests/aesgcm_fs/VnvoeSetPaOFjZDaZAh0lA new file mode 100644 index 0000000..420c1c5 Binary files /dev/null and b/gocryptfs-xray/xray_tests/aesgcm_fs/VnvoeSetPaOFjZDaZAh0lA differ diff --git a/gocryptfs-xray/xray_tests/aesgcm_fs/fRtDWUFQK9vDAtAJrTbbWg b/gocryptfs-xray/xray_tests/aesgcm_fs/fRtDWUFQK9vDAtAJrTbbWg deleted file mode 100644 index 9021496..0000000 Binary files a/gocryptfs-xray/xray_tests/aesgcm_fs/fRtDWUFQK9vDAtAJrTbbWg and /dev/null differ 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 diff --git a/gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.diriv b/gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.diriv index 205ed2f..c8d256f 100644 --- a/gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.diriv +++ b/gocryptfs-xray/xray_tests/aesgcm_fs/gocryptfs.diriv @@ -1 +1 @@ -w544R#T^ \ No newline at end of file +:j͉/\W \ No newline at end of file -- cgit v1.2.3