23
3
Are saved Remote Desktop credentials secure (loosely speaking) on the local machine? They aren't stored as clear text anywhere at least, are they?
Edit: I understand the inherent risks of saving passwords. Certainly though there is a spectrum of effectiveness, for instance saving a password through something like CryptProtectData
(what Google Chrome uses on Win32) is obviously better than saving a password in clear text.
Yes basically use best practices for passwords in Windows. Using a password > 14 characters to prevent legacy password storage for example. Passphrases are good options. – Shiv – 2018-10-24T22:11:20.240
2The article "recovers" credentials using CryptUnprotectData, which AFAIK requires the user to be logged in with their password? – user1686 – 2011-10-26T17:48:40.187