QuickConnectPlugin icon indicating copy to clipboard operation
QuickConnectPlugin copied to clipboard

Doubt about credentials saving

Open wanderleihuttel opened this issue 7 months ago • 2 comments

I'm using Quick Connect Plugin to connect in the RDP servers. I have configured (name, password, url and notes.

name: domain1\username1 password: thepassword1 url: ip_address notes: rdp

name: domain1\username2 password: thepassword2 url: ip_address notes: rdp

name: domain2\username1 password: thepassword1 url: ip_address notes: rdp

But when I switch the entry, it's not change the user or domain.

wanderleihuttel avatar Sep 16 '25 13:09 wanderleihuttel

Unfortunately I don't have access to an AD to check this. For RD the credentials are stored temporarily using the cmdkey command and then removed automatically by the plugin after 5 seconds.

This is how the credentials are stored. https://github.com/cristianst85/QuickConnectPlugin/blob/master/QuickConnectPlugin/ArgumentsFormatters/CmdKeyRegisterArgumentsFormatter.cs

cristianst85 avatar Sep 16 '25 14:09 cristianst85

You should check that, after using one set of credentials to connect from KeePass, they are removed after the allotted time.

cristianst85 avatar Sep 16 '25 16:09 cristianst85