gawindx / WinNUT-Client

This is a NUT windows client for monitoring your ups hooked up to your favorite linux server.
GNU General Public License v3.0
395 stars 70 forks source link

Password Still Visible In Settings #63

Closed FileCity closed 3 years ago

FileCity commented 3 years ago

NUT connection password is still visible in plain text in settings. Registry is now encrypted and OK.

Capture3

Applying a "TextBox.PasswordChar Property" or similar to the entry box will solve this issue. Seeing the standard bubble dots will add privacy to the application. Username can be left visible. This is not an issue for home users but if this app is installed on a server with remote desktop clients, this can be a security issue unless we hide and contain the app from being displayed and detected.

Running: v2.0.7710.35866

gawindx commented 3 years ago

Not false. I must admit that I did not even think about it, given that I did not develop it for such a use (basically it's just because I'm lazy to go look on my server if the UPS status is correct) ...