Ok, great, thank you very much.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.
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
Search found 4 matches
- 2006-10-04 11:56
- Forum: DSM plugin
- Topic: DSM plugin, dev question...
- Replies: 2
- Views: 4822
Re: DSM plugin, dev question...
- 2006-10-02 11:28
- Forum: DSM plugin
- Topic: DSM plugin, dev question...
- Replies: 2
- Views: 4822
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?
- 2005-01-02 13:52
- Forum: DSM plugin
- Topic: DSM plugin; SSL like protocol
- Replies: 2
- Views: 5416
- 2004-12-30 17:44
- Forum: DSM plugin
- Topic: DSM plugin; SSL like protocol
- Replies: 2
- Views: 5416
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 ...