super_clipboard icon indicating copy to clipboard operation
super_clipboard copied to clipboard

Security of stored data

Open SergioRibera opened this issue 1 year ago • 0 comments

The data is currently saved in a binary but this is easily readable as you can see in the image

image

Therefore, it is necessary to add a feature that encrypts the saved data and decrypts it when loading it. This must have good performance since the writes to this file are recurring to ensure that all the data is preserved.

It's probably also good to make better code for the data saving and loading system.

SergioRibera avatar Sep 29 '23 03:09 SergioRibera