I set up SC as prescribed, generated a new key, added it to the zip etc. How do I know the encryption is working?
If you add an rc4.key to the zip does it require encryption or does it just use it if it can?
Do I need to give the viewer further command line options to tell it to use the MSRC4 plugin and where to find the key?
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
How do I know encryption is on?
-
- Posts: 5
- Joined: 2010-01-09 20:07
- Contact:
Re: How do I know encryption is on?
> How do I know the encryption is working?
SC connected vncviewer
title bar or/and status windows or connection info
Clicking "Show Status Window" in UltraVNC Viewer
should reveal a window stating a line like:
"Status: Connected(MS RC4 NoReg Plugin-v1.2.2.0)"
indicating that the plugin is actually in use.
> If you add an rc4.key to the zip does it require encryption or does it just use it if it can?
it just use it if it can.
> Do I need to give the viewer further command line options to tell it to use the MSRC4 plugin and where to find the key?
place rc4.key and msrc4plugin.dsm and vncviewer on same folder, and vncviewer can load the msrc4pluging and the rc4.key
"%programfiles%\UltraVNC\vncviewer.exe" -dsmplugin msrc4plugin.dsm -listen
SC connected vncviewer
title bar or/and status windows or connection info
Clicking "Show Status Window" in UltraVNC Viewer
should reveal a window stating a line like:
"Status: Connected(MS RC4 NoReg Plugin-v1.2.2.0)"
indicating that the plugin is actually in use.
> If you add an rc4.key to the zip does it require encryption or does it just use it if it can?
it just use it if it can.
> Do I need to give the viewer further command line options to tell it to use the MSRC4 plugin and where to find the key?
place rc4.key and msrc4plugin.dsm and vncviewer on same folder, and vncviewer can load the msrc4pluging and the rc4.key
"%programfiles%\UltraVNC\vncviewer.exe" -dsmplugin msrc4plugin.dsm -listen
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
-
- Posts: 5
- Joined: 2010-01-09 20:07
- Contact:
Re: How do I know encryption is on?
That helps! I got it working, thank you.