Search found 4 matches

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

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: 11140

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: 13578

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: 13578

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 ...