From 37c67393e64bd5ba26d92d15405a57418899a85d Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 6 Dec 2015 14:27:27 +0100 Subject: tests: recreate v0.5 example filesystems with -scryptn=10 Cuts the mount time in half, from 0.788s to 0.321s. --- integration_tests/example_filesystems/v0.5/gocryptfs.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'integration_tests/example_filesystems/v0.5/gocryptfs.conf') diff --git a/integration_tests/example_filesystems/v0.5/gocryptfs.conf b/integration_tests/example_filesystems/v0.5/gocryptfs.conf index 4aa8951..f839664 100644 --- a/integration_tests/example_filesystems/v0.5/gocryptfs.conf +++ b/integration_tests/example_filesystems/v0.5/gocryptfs.conf @@ -1,8 +1,8 @@ { - "EncryptedKey": "eEjly8AC1f/7HSiBwZlCWtzYXx+le7HpKu2qf8mcNo6ua2J0N4wasewjkzntU6r2ROdp3hjFQyHtZrCf", + "EncryptedKey": "zIY8foMncKrAG8USA1/AQ+R8z+xRge3QZqDpGRIDAeNOkMeQQsnMsJzFJbZHcGlRbUye0CwRghR/UX4R", "ScryptObject": { - "Salt": "MHr2o3kUQAHPE7Wc+p4eDDhKrpA8AOwzOo14JYoU89s=", - "N": 65536, + "Salt": "BFQklFzt3j9ZDa8zcR9pwHfa8nDdLqyCzNp5kA+V6Y0=", + "N": 1024, "R": 8, "P": 1, "KeyLen": 32 -- cgit v1.2.3