diff options
author | Jakob Unterwurzacher | 2016-06-04 15:20:22 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-06-04 15:24:42 +0200 |
commit | 4ee612b36ef9854512d92c08cc6b6e7b756d1b9a (patch) | |
tree | 01da95e46fa088f54fa74a907013d215cd1d3bd1 /integration_tests/example_filesystems/v0.7/gocryptfs.conf | |
parent | 281bb8daf080d1b38a8079f5809232edc68aab0d (diff) |
tests: recreate v0.7 example filesystem with -scryptn=10
Speeds TestExampleFSv07 from 0.46 seconds to 0.07 seconds.
Diffstat (limited to 'integration_tests/example_filesystems/v0.7/gocryptfs.conf')
-rw-r--r-- | integration_tests/example_filesystems/v0.7/gocryptfs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |