From 4ee612b36ef9854512d92c08cc6b6e7b756d1b9a Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 4 Jun 2016 15:20:22 +0200 Subject: tests: recreate v0.7 example filesystem with -scryptn=10 Speeds TestExampleFSv07 from 0.46 seconds to 0.07 seconds. --- integration_tests/example_filesystems/v0.7/gocryptfs.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'integration_tests/example_filesystems/v0.7/gocryptfs.conf') diff --git a/integration_tests/example_filesystems/v0.7/gocryptfs.conf b/integration_tests/example_filesystems/v0.7/gocryptfs.conf index c2997f2..80c2673 100644 --- a/integration_tests/example_filesystems/v0.7/gocryptfs.conf +++ b/integration_tests/example_filesystems/v0.7/gocryptfs.conf @@ -1,8 +1,8 @@ { - "EncryptedKey": "rjkwSNwi3nCUKMLaDttlYweHSDgyhbDx5sWv/a+h+cG1co5IXoXF9ZQSxXl1Qwm/XhY/dvTvnGZRREde", + "EncryptedKey": "0crm+qEf00XPxQrc8NIMp/0rgfaLb8wzTj+3G1slSytjsLHctj/fOKkGJIFyBk7xzvnWdkhyxxvHgfMS", "ScryptObject": { - "Salt": "mX6madEb9nbE+xgo840s9d2ro88f/5GuEiimQ+C7Z1I=", - "N": 65536, + "Salt": "yZn+QMjR2ENZ6MoiURpqEqr8mgnCX8WN87KJafgiXhU=", + "N": 1024, "R": 8, "P": 1, "KeyLen": 32 -- cgit v1.2.3