Encryption of config file #831
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://pypi.python.org/pypi/secureconfig/
secureconfig
doesn't seem to support password based encryption. So a separate file is needed to store the salt and iteration count.Storing this in a separate file could lead to some surprises when a user has backed
keys.dat
up, but has forgot to also back upkeys-settings.dat
(or whatever it's called), and thenkeys.dat
will be impossible to decrypt.A checksum would also be nice, as that would make it easy to check for accidental file corruption without the password.