-
Notifications
You must be signed in to change notification settings - Fork 31
Description
First of all: Restic and Restic Browser have already saved a couple of my friends from disasters, and I can't be more grateful for all your work!
In Windows, I have noticed that in %USERPROFILE%/org.restic.browser/presets, the saved repo data is stored in plain text in the disc, requiring no special permissions to access the folder or read the file.
In Windows at least, using something like DPAPI could help improve the security of the situation plenty, or maybe using something based on Bcrypt if you want something a little more platform-independent.
I think it would greatly improve both comfort of use (not having to store the password), and security (not having it be copy-pasted, or written each time, exposing it to keyloggers or hijack attacks, copying the file to other device, or simply stealing the password).