Skip to content

Version 1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bros-toch bros-toch released this 20 May 01:11

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