Skip to content

Commit 3057163

Browse files
committed
Transition to .INI and add salt options
1 parent ef993ec commit 3057163

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config.cfg config.ini

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# This is the default config
2-
# * Not yet implemented
2+
# Algorithm switching not yet implemented
33
# 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.
45

56
[Config]
67
quiet = True
7-
alg = sha256 # Can be either SHA256 or *bycrypt/argon2*
8+
alg = sha256
89

10+
[Salt]
11+
saltSize = 8
912

1013
[Debugging]

0 commit comments

Comments
 (0)