Hi!

My Client Server app currently communicates using plain XML. I was going thru XML and it does allow encryption. Is it possible to do so in Qt? I want the XML being sent/received to be encrypted, and not pass as a plain-text xml. For starting, I could do with a Shared-key architecture...

10q