We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef993ec commit 3057163Copy full SHA for 3057163
config.cfg config.ini
@@ -1,10 +1,13 @@
1
# This is the default config
2
-# * Not yet implemented
+# Algorithm switching not yet implemented
3
# WARNING: DO NOT CHANGE ENCRYPTION ALGORITHMS AFTER INITAL SETUP. MULTIPLE ENCYRPTION STANDARDS ARE NOT SUPPORTED SIMULTANEOUSLY
4
+# Salt size should be in characters. '0' disables salting.
5
6
[Config]
7
quiet = True
-alg = sha256 # Can be either SHA256 or *bycrypt/argon2*
8
+alg = sha256
9
10
+[Salt]
11
+saltSize = 8
12
13
[Debugging]
0 commit comments