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/aessiv_fs/Ldq-c4ADpM5iGSSrPjUAqQ | Bin 5082 -> 0 bytes gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.conf | 8 ++++---- gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.diriv | 2 +- .../xray_tests/aessiv_fs/klepPXQJIaEDaIx-yurAqQ | Bin 0 -> 5082 bytes 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 gocryptfs-xray/xray_tests/aessiv_fs/Ldq-c4ADpM5iGSSrPjUAqQ create mode 100644 gocryptfs-xray/xray_tests/aessiv_fs/klepPXQJIaEDaIx-yurAqQ (limited to 'gocryptfs-xray/xray_tests/aessiv_fs') diff --git a/gocryptfs-xray/xray_tests/aessiv_fs/Ldq-c4ADpM5iGSSrPjUAqQ b/gocryptfs-xray/xray_tests/aessiv_fs/Ldq-c4ADpM5iGSSrPjUAqQ deleted file mode 100644 index bfd4dfe..0000000 Binary files a/gocryptfs-xray/xray_tests/aessiv_fs/Ldq-c4ADpM5iGSSrPjUAqQ and /dev/null differ diff --git a/gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.conf b/gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.conf index 9b8b95f..31b565a 100644 --- a/gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.conf +++ b/gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.conf @@ -1,9 +1,9 @@ { - "Creator": "gocryptfs v1.7-beta1-7-g6b94f5e", - "EncryptedKey": "D0kHfg/pryMO9Ydo15EwpYjNHf3iWKq2GJyNocbjwJt9blEeMoLD5DnoARuDzQs54hblw+9MHwFjCSHYmJrFbA==", + "Creator": "gocryptfs v1.7-beta1-11-g8d71f8f-dirty", + "EncryptedKey": "YOxpZ+cImv4HirwuwIUpRmOMlyAFRvEqHOXdgpMcGvIlm70h4q+shSr3RZ19xomnbFZXGfIfKQ2APtVYWOAwuw==", "ScryptObject": { - "Salt": "ehn0LM/Hy/4QkXAMCZq3c3p0O9G7gu5e3OQSR8MiJ6c=", - "N": 65536, + "Salt": "OzdcVESNmkD0403NHBWezQmq2SyDyLOY2/B4Aev2lHc=", + "N": 1024, "R": 8, "P": 1, "KeyLen": 32 diff --git a/gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.diriv b/gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.diriv index dd57ce1..18f75ca 100644 --- a/gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.diriv +++ b/gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.diriv @@ -1 +1 @@ -.1Ai&4 \ No newline at end of file +_5p F \ No newline at end of file diff --git a/gocryptfs-xray/xray_tests/aessiv_fs/klepPXQJIaEDaIx-yurAqQ b/gocryptfs-xray/xray_tests/aessiv_fs/klepPXQJIaEDaIx-yurAqQ new file mode 100644 index 0000000..b4674cc Binary files /dev/null and b/gocryptfs-xray/xray_tests/aessiv_fs/klepPXQJIaEDaIx-yurAqQ differ -- cgit v1.2.3