diff --git a/ArtNet/file/config_reader.py b/ArtNet/file/config_reader.py index abdad1a..a4a017f 100644 --- a/ArtNet/file/config_reader.py +++ b/ArtNet/file/config_reader.py @@ -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: