How to get the saved password of a RDP connection?

8

1

2 Years before one my client given the password for a remote server available in USA, I have directly typed the password in the screen and saved the credential. Now I need to forward the same credential to another person. So is there any way I can know the saved password for that machine.

Deepak Kumar Padhy

Posted 2014-01-20T07:17:51.223

Reputation: 221

Question was closed 2014-01-25T00:03:10.983

1

This is a link to a very similar topic. The answers have two links you could try. http://superuser.com/questions/307776/are-saved-remote-desktop-credentials-secure-on-the-local-machine

– Spencer5051 – 2014-01-20T08:16:09.463

Why don't you ask the client? – Dave – 2014-01-20T08:36:24.063

@DaveRook: Client changed. New person do not know the password. – Deepak Kumar Padhy – 2014-01-20T08:39:21.270

Are you saying the client doesn't have admin access to the USA server? – Dave – 2014-01-20T08:46:31.840

Answers

-1

I would have thought (and hoped) that the password is hashed (i.e. saved in a non reversible way).

So, unless you know it (you don't), you will have to ask for a new password from the remote site administrator (I won't even mention a brute force approach which is probably illegal).

assylias

Posted 2014-01-20T07:17:51.223

Reputation: 396

2The answer is wrong - passwords, on the client side, won't be stored in a hashed way, because when connecting, you're passing the orginal password to the server, which then hashes it and compares it to a stored hash (usually salted). – Frederik – 2018-07-21T09:37:22.600