You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the password is stored as cleartext in the config file. I'd like to suggest to move to an encrypted/hashed password instead, similar to how e.g. Transmission manages it. This way the password cannot be easily read by a malicious process (I understand that with proper access rules it's unlikely to happen, but I personally would feel safer if my password wasn't available in cleartext).
The text was updated successfully, but these errors were encountered:
Currently, the password is stored as cleartext in the config file. I'd like to suggest to move to an encrypted/hashed password instead, similar to how e.g. Transmission manages it. This way the password cannot be easily read by a malicious process (I understand that with proper access rules it's unlikely to happen, but I personally would feel safer if my password wasn't available in cleartext).
The text was updated successfully, but these errors were encountered: