Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Security Question

Simple, Free, Open Source UltraVNC Wrapper Supporting Windows and Mac OSX
Post Reply
bvierra
Posts: 3
Joined: 2010-11-29 19:56

Security Question

Post by bvierra »

In the SRC/InstantSupport_File/instatnsupport.ini there is a second password:
passwd2=BEB49784199CB48172

This never changes. Is it a 'backdoor' password of some sort?
I removed it and it all seems to still work, just worries me that it was there.
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: Security Question

Post by supercoe »

It's the view only password for UltraVNC, nothing to worry about.

EDIT:
Which I've simply set to random keys I hit on the keyboard.
I didn't realize this could be left blank, maybe that will be a better option.
Last edited by supercoe on 2010-11-30 14:37, edited 1 time in total.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Yod4z
20
20
Posts: 55
Joined: 2006-10-18 15:08

Re: Security Question

Post by Yod4z »

not related with the first question but related to the topic name.

What encryption are use by default 3.2 version? AES CFB 256bits?
How is used the SecureVNCPlugin.dsm? there's no Viewer_ClientAuth.pkey or Server_ClientAuth.pubkey used in chunkVNC 3.2?
Last edited by Yod4z on 2010-12-21 15:39, edited 1 time in total.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Security Question

Post by redge »

the default settings of SecureVNC
Default configuration uses 2048-bit RSA keys and 256-bit AES keys.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Yod4z
20
20
Posts: 55
Joined: 2006-10-18 15:08

Re: Security Question

Post by Yod4z »

then it use OFB in place of CFB :/, less secure

but there's no key with the instantsupport to crypte the connexion
Last edited by Yod4z on 2010-12-22 09:49, edited 1 time in total.
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: Security Question

Post by supercoe »

Yod4z,

Currently SecureVNC is setup to use the set VNC password which uses the encryption redge states.

You seem to know a lot about encryption, which way would you suggest as being the most secure? Should I be using the generated keys?

The way I see it:
Security is like locking the doors of your car, it'll keep honest people honest but anyone can just bust the window. :P
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Yod4z
20
20
Posts: 55
Joined: 2006-10-18 15:08

Re: Security Question

Post by Yod4z »

the problem are the restriction from the operator that want me to use AES CFB 128bits minimal encryption because of security risk.

I try to configure the plugin option in ultravnc.ini directly and see what it do.

I see the dev of this plugin have in mind to the next version to set CFB as default encryption.

The plugin encrypt the connexion or only the password?
Last edited by Yod4z on 2010-12-22 15:36, edited 1 time in total.
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: Security Question

Post by supercoe »

Try this:

Edit SRC\InstantSupport_Files\ultravnc.ini

Change:

For 128bit AES-CFB

Code: Select all

DSMPluginConfig=SecureVNC;0;0x00101020;
For 256bit AES-CFB

Code: Select all

DSMPluginConfig=SecureVNC;0;0x00104020;

The SecureVNC plugin encrypts the connection only at this point, it will encrypt the password in the future.
Last edited by supercoe on 2010-12-22 16:03, edited 1 time in total.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Yod4z
20
20
Posts: 55
Joined: 2006-10-18 15:08

Re: Security Question

Post by Yod4z »

that's what i use in my modified chunkVNC 3.1 ^^ and it work great
Post Reply