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
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
Secure Connection Via Web Browser
Secure Connection Via Web Browser
It is great the VNC Server and Viewer programs can be configured with the Windows API Crypto plugin. Is it possible to implement the same type of encrypted connection via web browser with the next upgrade to the application? Thanks.
-
- 8
- Posts: 9
- Joined: 2004-08-25 12:36
- Contact:
The question
The request was for the same encryption through the Java viewer. This person clearly stated the WIndows Crypto API plug in is great but he would like the SAME functionality for the web server. It would be nice if the web server could just make use of the plugin.
Jason C Passow
Re: The question
agreed on the observation.jasonpassow wrote:The request was for the same encryption through the Java viewer. This person clearly stated the WIndows Crypto API plug in is great but he would like the SAME functionality for the web server. It would be nice if the web server could just make use of the plugin.
and I would love this functionality for the web viewer since then I could technically download my key and plugin module from say... gmail or something anywhere and connect securely back to my network at any time by specifying the key and the dsm plugin.
But im no programmer so.. heck if I know what has to be done.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
-
- 8
- Posts: 9
- Joined: 2004-08-25 12:36
- Contact:
Disalbe API plugin
Is it going to be possible then to disable the Crypto plug-in for the java viewer?
Jason C Passow
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
My opinion it is not a good idea.
What is the sense for using encryption for the viewer, while someone else make the same connection without.
It also would give some feeling that your server is secure while you have a seond unsecure channel open. You have no way to controle how people connect, some would use the encrypted
viewer, while other pass all keypresses plain over the internet.
The current implementation, without key exchange, is also a second authintication method. Without the key, you can not connect.
The best way would be to implement (future) SSL in server and java viewer.
winvnc 5900 -> viewer
winvnc 443 --> java viewer (one port only)
Possible this would also work with certian proxy's
I'm blocked with the java implementation, no knowlegde.
Server site is less work, and during test we could
add it to some repeater like external app.
What is the sense for using encryption for the viewer, while someone else make the same connection without.
It also would give some feeling that your server is secure while you have a seond unsecure channel open. You have no way to controle how people connect, some would use the encrypted
viewer, while other pass all keypresses plain over the internet.
The current implementation, without key exchange, is also a second authintication method. Without the key, you can not connect.
The best way would be to implement (future) SSL in server and java viewer.
winvnc 5900 -> viewer
winvnc 443 --> java viewer (one port only)
Possible this would also work with certian proxy's
I'm blocked with the java implementation, no knowlegde.
Server site is less work, and during test we could
add it to some repeater like external app.