Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

What if anything is encrypted without DSM plugin?

Post Reply
bilbus
8
8
Posts: 18
Joined: 2004-12-17 15:41

What if anything is encrypted without DSM plugin?

Post by bilbus »

i searched the faq's section and found nothing about encription (other then 1 dsm post)

I was wondering what is encrypted without the plugin. I wanted to be sure the password was.

Also if you dont use the plugin is it posable for somone to watch the vnc screen from a remote pc?

thanks
UltraSam
Admin & Developer
Admin & Developer
Posts: 462
Joined: 2004-04-26 20:55
Contact:

Post by UltraSam »

Yes the password is somewhat encrypted when stored in the regitry (server side), but the algo is dummy and the key is public (in the source code !). A few seconds is enought to crack it if the person has access to your server registry.

When handshaking is done, the password does not transit between the viewer and the server.
Instead a (weak) encrypted challenge of the password+random bytes is send to the server.

Nothing else is encrypted.

So yes, someone can spy your connection and visualize/record your session as well as you. It's especially easy to achieve as the source code is public.

It's also -quite- easy to get your password by using the "Man in the middle" trick

Using the DSM Plugin prevents all these risks:
- Everything is encrypted from the very first byte.
- Both sides need an additionnal key file to be able to "understand" the other side. So the man in the middle trick can't be used in this case.
UltraSam
bilbus
8
8
Posts: 18
Joined: 2004-12-17 15:41

intergrate plugin

Post by bilbus »

thanks, i will need to get the plugin then.

Any chance you will intergrate the plugin into the next or an upcomming version?
bevtech
800
800
Posts: 2168
Joined: 2005-08-03 14:07
Location: Pennsylvania, United States

Post by bevtech »

bilbus,

If you downloaded Utlra VNC 1.0.1 the plugin is already on your machine. You can find it under the plugin directory of your UVnc installation folder. You have to copy the *.dsm files to the Ultra VNC root folder

And follow the FAQ How do I install the MRC4 plugin in Ultra VNC
[topic=3049][/topic]
Bevtech

Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2

User not developer..;)
Post Reply