I'm using Python (3.7.4) to make a text/password manager, where the user can store text under different tabs (using tkinter
for the interface) , and use a "master login" to access all data.
The only experience I've got with saving/storing data is using CSV files, and looping through them to get values.
Can anyone recommend anyway I can store text, without it being able to be opened from Windows Explorer, and need some sort of key to be opened?