From 3234b9b5cee8de995dcf42b5384b9290d906397f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 16 Jun 2016 23:19:05 +0200 Subject: tests: update config_test example files Recreate the files so they carry all feature flags. Also, create them with "-scryptn 10" to speed up the tests. --- internal/configfile/config_test/StrangeFeature.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'internal/configfile/config_test/StrangeFeature.conf') diff --git a/internal/configfile/config_test/StrangeFeature.conf b/internal/configfile/config_test/StrangeFeature.conf index 6a97781..eadf168 100644 --- a/internal/configfile/config_test/StrangeFeature.conf +++ b/internal/configfile/config_test/StrangeFeature.conf @@ -1,14 +1,19 @@ { - "EncryptedKey": "rG4u0argMq02V5G9Fa+gAaaHtNrj3wn7OZjP44hWOzO4yBFtn+Qn3PW4V6LMuKmGLEhyktCyWOI3K8lj", + "Creator": "gocryptfs v0.11-13-g96750a7-dirty", + "EncryptedKey": "mfN2FITcsLE+8QlpTb3r/D5rAAqEX5mJQuU655tcdwAotUwHkrIdYiKa2BjoocctQC0grwqPyuWxB7SH", "ScryptObject": { - "Salt": "bRjq1V63u5ML3FoTWx/GBXUhUVpTunOX3DPxS+yPjg0=", - "N": 65536, + "Salt": "9G2knR016guT/AJqOKemjusYhqg+mI177Dz6a5RS7ts=", + "N": 1024, "R": 8, "P": 1, "KeyLen": 32 }, "Version": 2, "FeatureFlags": [ + "GCMIV128", + "DirIV", + "EMENames", + "LongNames", "StrangeFeatureFlag" ] } -- cgit v1.2.3