After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.

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

Search found 4 matches

by Spodletela
2006-10-04 11:56
Forum: DSM plugin
Topic: DSM plugin, dev question...
Replies: 2
Views: 5151

Re: DSM plugin, dev question...

UltraSam wrote:The first buffer is send during rfb protocole handshaking while a ultravNC session is initiated.

So you can try to look for "RFB 3.3" at the beginning of the non-encrypted buffer to detect that it is the first one.
Ok, great, thank you very much.
by Spodletela
2006-10-02 11:28
Forum: DSM plugin
Topic: DSM plugin, dev question...
Replies: 2
Views: 5151

DSM plugin, dev question...

I am looking at dsm plugin, but i cant figure out (well, i said looking, not studying...), how to detect if the buffer you are encrypting is the first buffer (send/received) on some connection?
by Spodletela
2005-01-02 13:52
Forum: DSM plugin
Topic: DSM plugin; SSL like protocol
Replies: 2
Views: 5854

Btw, some "subchannel" for internal messages would be nice... ;)
by Spodletela
2004-12-30 17:44
Forum: DSM plugin
Topic: DSM plugin; SSL like protocol
Replies: 2
Views: 5854

DSM plugin; SSL like protocol

I want to make safe protocol with synchrone encryption key exchange via asynchrone encryption algorythm, but ..khm.. i am afraid that plugin system doesnt allow something like that as before encryption "handshake" is needed that exchanges public keys generated on both sides and exchange of keys ...