File | Date | Author | Commit |
---|---|---|---|
IT - Tools | 2020-03-10 |
![]() |
[a6332f] Add files via upload |
ScreenShoots | 2020-03-11 |
![]() |
[1171e3] Delete rdpremote.png |
README.md | 2020-03-11 |
![]() |
[205dbe] Update README.md |
Manage your remote connections for Remote Desktop "RDP", VNC Viewers, PuTTY, and Mikrotik with Encrypted password.
This type of encryption is called symmetric-key encryption that means the string can only be decrypted if the other party has the correct key (which is used for encryption).
Key is what your application use for encryption and decryption which you should keep secret else anyone can decrypt your data with that key and it must be
either 128 bit or 192 bit (not even in between). If you don’t know that your supplied key is either 128/192 bit or not you can use String Converter for bit calculation.
This application is Portable, just copy all the files in the same folder and make it run.
Tested in Windows 10 64bit
<?xml version="1.0" encoding="utf-8"?>
<PlacesDetail>
<Places>
<IP>10.0.0.1</IP>
<Name>Place 1</Name>
<PSW>o+ZbOCRwt8g=</PSW>
<Username>admin</Username>
<Key>c2hwZXRpbS1uaXNoZWZjaQ==</Key>
<Port>5900</Port>
</Places>
Licensed under GNU GPL v3