aboutsummaryrefslogtreecommitdiff
path: root/internal/configfile/config_test/v1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'internal/configfile/config_test/v1.conf')
-rw-r--r--internal/configfile/config_test/v1.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/internal/configfile/config_test/v1.conf b/internal/configfile/config_test/v1.conf
new file mode 100644
index 0000000..588a25a
--- /dev/null
+++ b/internal/configfile/config_test/v1.conf
@@ -0,0 +1,11 @@
+{
+ "EncryptedKey": "t6YAvFQJvbv46c93bHQ5IZnvNz80DA9cohGoSPL/2M257LuIigow6jbr8b9HhnbDqHTCcz7aKkMDzneF",
+ "ScryptObject": {
+ "Salt": "yT4yQmmRmVNx2P0tJrUswk5SQzZaL6Z8kUteAoNJkXM=",
+ "N": 65536,
+ "R": 8,
+ "P": 1,
+ "KeyLen": 32
+ },
+ "Version": 1
+}