Skip to content

Releases: bros-toch/RDCManTool

Version 1.0.0

20 May 01:11
Compare
Choose a tag to compare
Version 1.0.0 Pre-release
Pre-release

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