Hi all,
I've build a software that connects to DB and does stuff (does not really matters what)
also you can connect from remote computer to the server but this way is wrong cause
if it's over the net, the connection string is not encrypted, what i want to do is actually
build kind of sniffer that decrypt data, waiting for a "call" from a client that send encrypt data, any kind of data, then i can send a encrypted connection string, and get encrypted data(the software will know how to decrypt it..
that not really matter how strong the encryption is, not have to be strong one...
any one have ideas? Ways?
Amit.
by the way - when i think of it the "sniffer" should know all the commands i send to it so it's probably hard to build it - unless there is built in way - but ITS A NICE CHALLENGE.