diff options
author | Jakob Unterwurzacher | 2019-01-04 19:30:05 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-01-04 19:31:08 +0100 |
commit | 28584d0d2c829fa1824bebc13e446968ebdee6b6 (patch) | |
tree | 8e2fcd499cf32aab71ea85ae404dfb78bdcced52 /gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.conf | |
parent | 8d71f8fe523a1c117ec8f4b47dd6067203a92551 (diff) |
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
Diffstat (limited to 'gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.conf')
-rw-r--r-- | gocryptfs-xray/xray_tests/aessiv_fs/gocryptfs.conf | 8 |
1 files changed, 4 insertions, 4 deletions
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 |