Results 1 to 5 of 5

Thread: Encrypted XML in Qt?

  1. #1
    Join Date
    Mar 2007
    Location
    India
    Posts
    27
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Question Encrypted XML in Qt?

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Encrypted XML in Qt?

    Qt or no Qt has nothing to do with it. If you have text, you encrypt it and pipe through network. Regardles of the nature of text. See the [wiki]Cryptography[/wiki] article for more info on Qt abilities in this subject.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Encrypted XML in Qt?

    See QSslSocket.

  4. #4
    Join Date
    Mar 2007
    Location
    India
    Posts
    27
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Encrypted XML in Qt?

    Quote Originally Posted by wysota View Post
    Qt or no Qt has nothing to do with it. If you have text, you encrypt it and pipe through network. Regardles of the nature of text. See the [wiki]Cryptography[/wiki] article for more info on Qt abilities in this subject.
    Thanks wysota. But I was referring to the W3C standard on Encrypted XML
    http://www.w3.org/TR/xmlenc-core/
    I do know about the QCA using which I can transfer any text in encrypted form. But what I wanted to know is if the W3C std is possibly implemented in Qt.

    Anyway, I'll keep looking!

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Encrypted XML in Qt?

    So it's not "encrypted xml" but "encrypted data wrapped into xml" and that's two different things. First you encrypt data and then wrap it into XML. So my answer still stands - Qt has nothing to do with it - you have encryption support, you have XML support so the tools are there. Use them. If you are asking if Qt implements the xmlenc protocol then the answer is "no".

Similar Threads

  1. Encryption and decryption
    By vermarajeev in forum General Programming
    Replies: 5
    Last Post: 27th August 2007, 21:17
  2. sending encrypted data via mail using smtp
    By vermarajeev in forum General Programming
    Replies: 20
    Last Post: 14th August 2007, 19:47
  3. Cryptography : is it me ???
    By fullmetalcoder in forum General Discussion
    Replies: 49
    Last Post: 2nd March 2007, 08:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.