[IDEA] Saving data #6
Reference in New Issue
Block a user
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?
Is your feature request related to a problem? Please describe.
When closing program everything is lost
Describe the solution you'd like
Database or file
Encryption
This data should ideally be encrypted so it can't be accessed by third-parties
Therefor probably use PyCrypto with AES
"{"name": "de", "grades": {"s": (["grade": 13, "name": "K", "date": "2019-08-02 16:56:05.638399", "grade": 12, "name": "K", "date": "2019-08-02 16:56:05.638399"], 2), "m": (["grade": 12, "name": "K", "date": "2019-08-02 16:56:05.638399"], 1)}, "main_subject": True, "oral_exam": False}"
The serialization and deserialization is done, now only the encryption is not working. If this is done -> Pull Request