Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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

adding a winvnc switch to return a winvnc-encrypted password

Any features you would like to see in UltraVNC? Propose it here
Post Reply
OhMyGoat
40
40
Posts: 103
Joined: 2005-05-15 02:35

adding a winvnc switch to return a winvnc-encrypted password

Post by OhMyGoat »

wouldn't it be useful if ultravnc server had a switch that just had the program returning an encrypted winvnc password?

It would be useful to set up a password during the install process: one could just do a script that asks the user for a password and then runs winvnc.exe > dumpfile.txt to obtain a password that could be written in the registry.

Naturally launching winvnc.exe with that switch should not start the winvnc server, only have the program print out the encrypted string and then exit.

That would add just a few hundred bytes to the application executable and would save a lot of users from making their own utility to convert a password to an encrypted password to store in the registry.
Last edited by OhMyGoat on 2005-10-13 09:16, edited 3 times in total.
OhMyGoat
40
40
Posts: 103
Joined: 2005-05-15 02:35

Post by OhMyGoat »

is it ok if I make the patch and upload it somewhere? is there ultravnc developer willing to integrate it in ultravnc sources?
OhMyGoat
40
40
Posts: 103
Joined: 2005-05-15 02:35

Post by OhMyGoat »

hellooo?? did at least somebody understand what i'm talking about? winvnc stores its incoming connections password in an encrypted form inside the registry. I wanted to know if it was possible to add a switch that returns a password encrypted with the same algorithm.

I'm using a very customizable setup (createinstall) and I wanted to add a setup page to configure the winvnc incoming connections password directly from the setup without having the users to open winvnc properties.

Can one of the author please answer when seeing this post? thanks.
(if authors don't have time to make it but they think it's a good idea to add that feature I can make the changes in the winvnc sources and post them somewherE)
Marscha
Former moderator
Former moderator
Posts: 464
Joined: 2004-05-14 06:48

Post by Marscha »

I think I understand what you're talking about.
But I don't think it's very helpful.
Everybody can configure it and then grab it from the registry.

If you want to build a setup without starting winvnc, rip out the encryption part from the code and build a standalone utility EncryptPasswd.exe.
OhMyGoat
40
40
Posts: 103
Joined: 2005-05-15 02:35

Post by OhMyGoat »

yes i could make an utility for that however i think that such feature would be useful for everybody that's why i posted it here. When somebody creates a deployable setup package with a .reg file that configures winvnc he still has to change the passwords by hand after installation for added security, with such winvnc switch one could create a setup that asks the user a password and launches winvnc to obtain the encrypted password to write in the registry without need of other utilities.

Also you should consider most of the people configure just the password after installing vnc (it's the only thing that doesn't have a default value) so a tab page to set the password during the setup could make the configuration easier for first-time users.
Last edited by OhMyGoat on 2005-10-21 09:44, edited 1 time in total.
Post Reply