From 988e0a047c01b2f59c4e059876bfb2122981d605 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 3 Nov 2015 21:06:52 +0100 Subject: tests: add config file and feature flags tests --- cryptfs/config_test/v1.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cryptfs/config_test/v1.conf (limited to 'cryptfs/config_test/v1.conf') diff --git a/cryptfs/config_test/v1.conf b/cryptfs/config_test/v1.conf new file mode 100644 index 0000000..588a25a --- /dev/null +++ b/cryptfs/config_test/v1.conf @@ -0,0 +1,11 @@ +{ + "EncryptedKey": "t6YAvFQJvbv46c93bHQ5IZnvNz80DA9cohGoSPL/2M257LuIigow6jbr8b9HhnbDqHTCcz7aKkMDzneF", + "ScryptObject": { + "Salt": "yT4yQmmRmVNx2P0tJrUswk5SQzZaL6Z8kUteAoNJkXM=", + "N": 65536, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 1 +} -- cgit v1.2.3