diff options
author | Jakob Unterwurzacher | 2015-12-06 14:27:27 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-06 14:41:51 +0100 |
commit | 37c67393e64bd5ba26d92d15405a57418899a85d (patch) | |
tree | 120db9fef81264bf2a86e4e471f74b9e02f9bb4b /integration_tests/example_filesystems/v0.5/gocryptfs.conf | |
parent | 71b94828edb00d3a86bbe366f49295d81f91c28c (diff) |
tests: recreate v0.5 example filesystems with -scryptn=10
Cuts the mount time in half, from 0.788s to 0.321s.
Diffstat (limited to 'integration_tests/example_filesystems/v0.5/gocryptfs.conf')
-rw-r--r-- | integration_tests/example_filesystems/v0.5/gocryptfs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |