PDA

Click to See Complete Forum and Search --> : Securing vb6 TCP connection


manu487
Sep 16th, 2008, 05:06 PM
Hello,

I'm currently working on VB6 app that sends byte array between a client and a server through local network. Now it will accept any connection and i want to implement SSL. This application formats data some specific order and sends to server as byte array. So i don't want to encrypt the data. I only need to make an SSL connection and send\receive data throgh the SSL layer.How can I do all of this w/ VB6.? Is there any differnce in my coding for SSL connection?

Thanks in advance,
Manu