How to create an rdp file with a clear password?

I am trying to create a .rdp file in my web application to send my web clients with the correct mime type. Then they open the file using the rdp client application and automatically connect to the machine.

After reading this article

http://www.remkoweijnen.nl/blog/2007/10/18/how-rdp-passwords-are-encrypted/

It seems that it is impossible to create the rdp file on the machine and use it on another computer without decryption and again encrypt the password in the client.

I am looking for a directive in an rdp file to write a password in an understandable way to avoid this problem, for example:

password:s:Passw0rd

Hello

Raul

+4
source share

No one has answered this question yet.


All Articles