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
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
change password length
change password length
Does anyone know what file(s) to modify to allow an 8 character password?
- Rudi De Vos
- Admin & Developer
- Posts: 6880
- Joined: 2004-04-23 10:21
- Contact:
Re: change password length
VNC protocol only use 8 chars.
The encryption plugins have the option to set a longer password as part of the encryption via the plugin config.
The encryption plugins have the option to set a longer password as part of the encryption via the plugin config.
Re: change password length
Rudi De Vos wrote:VNC protocol only use 8 chars.
The encryption plugins have the option to set a longer password as part of the encryption via the plugin config.
It must be a ChunkVNC thing then. ChunkVNC is not allowing an 8 character password, a message pops up during the compile that reads "The password cannot be less than 9 characters"
Re: change password length
Perhaps you're looking for (about) line 76 in compiler.au3?
JonD
JonD
Re: change password length
Thanks JohnD. I change it in the line 76 area but still receive the message. I suspect the change might be somewhere in lines 48, 51,54, but it looks cryptic and im not sure what to modify here.
Re: change password length
GUICtrlSetLimit( $InputPassword, 8 )
Might be what you're looking for
Might be what you're looking for