aboutsummaryrefslogtreecommitdiff
path: root/internal/configfile/config_test/v2.conf
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-06-16 23:19:05 +0200
committerJakob Unterwurzacher2016-06-16 23:19:05 +0200
commit3234b9b5cee8de995dcf42b5384b9290d906397f (patch)
tree4b823595e0e09298834ba8e9e5d07ace873b0542 /internal/configfile/config_test/v2.conf
parent96750a7d3c52b75d13d6f3ed46bd48af28acebcd (diff)
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.
Diffstat (limited to 'internal/configfile/config_test/v2.conf')
-rw-r--r--internal/configfile/config_test/v2.conf15
1 files changed, 11 insertions, 4 deletions
diff --git a/internal/configfile/config_test/v2.conf b/internal/configfile/config_test/v2.conf
index 8ef3dcf..d1ca609 100644
--- a/internal/configfile/config_test/v2.conf
+++ b/internal/configfile/config_test/v2.conf
@@ -1,11 +1,18 @@
{
- "EncryptedKey": "RvxJnZWKTBSU21+7xbl08xlZyNyUCkpIqlK8Z51TUrRiBhqqNPxbdk1WXMvmOf/YzZ85Xbyz+DGM+SDf",
+ "Creator": "gocryptfs v0.11-13-g96750a7-dirty",
+ "EncryptedKey": "zY06x2JS0Fi7bkZ/3DppjmWZOI6xTjQ/Bf4Nru1rUzHml+stkAtvcoHT8PpHN4eKqL73ymQ86MmdYz+1",
"ScryptObject": {
- "Salt": "2OrFRfdW/5SanbMXM3TMINmfMO6oYU9awG+NZ77V8E8=",
+ "Salt": "U5MbvyTmwhEkLqe6XxlrONzPZEf2GLFZCAIixz2Kal0=",
"N": 65536,
"R": 8,
"P": 1,
"KeyLen": 32
},
- "Version": 2
-}
+ "Version": 2,
+ "FeatureFlags": [
+ "GCMIV128",
+ "DirIV",
+ "EMENames",
+ "LongNames"
+ ]
+} \ No newline at end of file