Releases: bros-toch/RDCManTool
Releases · bros-toch/RDCManTool
Version 1.0.0
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