Added Security Note to config

Config is known to be insecurely stored as the password is hard-coded for now.
dev
peery 3 years ago
parent 38b3d3d986
commit b9fe65b445

@ -11,6 +11,8 @@ from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives.ciphers.aead import AESGCM
from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
# TODO make the config actually safe, hard-coded encryption password is BAD (but a bit better than plaintext)
class ConfigReader:

Loading…
Cancel
Save