Skip to content

A quick tool to export/import RDC file created by (Remote Desktop Connection Manager) from one pc to another pc.

License

Notifications You must be signed in to change notification settings

bros-toch/RDCManTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDCManTool

A quick tool to export/import RDC file created by (Remote Desktop Connection Manager) from one pc to another pc.

The certificate used to encrypt/descript are different between pcs. Copying a file from one pc to another pc will not work.

QuickStart

Export to another pc

CMD> RDCManTool.Console.exe --in "RDC.rdg" --out "RDC.encrypted.rdg" --key "MyStrongEncryptedKey" --export

What it does is to descrypt saved passwords using current pc's certificate and encrypt the passwords with the new key.


Import to a pc

CMD> RDCManTool.Console.exe --in "RDC.encrypted.rdg" --out "RDC.rdg" --key "MyStrongEncryptedKey" --import

It will descrypt the passwords using the key used in previous export and then use the current pc's certiciate to encrypt password to be readable by the application.

Options

  -v, --verbose    Set output to verbose messages.

  --in             Required. Input file full path.

  --out            Required. Output file full path.

  -i, --import     Import from another machine.

  -e, --export     Export to another machine.

  -k, --key        Required. Key use for encrypting and decrypting.

  --help           Display this help screen.

  --version        Display version information.

About

A quick tool to export/import RDC file created by (Remote Desktop Connection Manager) from one pc to another pc.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages