Results 1 to 6 of 6

Thread: encryption of xml data

  1. #1
    Join Date
    Mar 2012
    Location
    Tunisia
    Posts
    15

    Question encryption of xml data

    HI
    between my midelware and my android client i have , xml data which transit on the network , so it is too easy , to intercept a request and change it's data or somthing like that
    so can i encrypte this data stream using spring for android or somthing else ?

  2. #2
    Join Date
    Nov 2010
    Posts
    175

    Default

    You should be using SSL if you want to secure the connection.
    Roy Clarkson
    Spring Mobile Projects Lead

  3. #3
    Join Date
    Mar 2012
    Location
    Tunisia
    Posts
    15

  4. #4
    Join Date
    Mar 2012
    Location
    Tunisia
    Posts
    15

    Default

    the ecrypting process is automaticlly done bye the protocole i think using HTTPS connectionn :

  5. #5
    Join Date
    Sep 2012
    Posts
    1

    Default

    in such case data will be original form Encryption means encrypt the data from plain text to cipher text..

  6. #6

    Default

    this is used symmetric encryption for encrypt XML.only one session key is used in it.. Encrypt the xml using a combination of asymmetric and symmetric encryption . Encrypt the xml using a X.509 Certificate This approach uses a X.509 certificate as the symmetrical key. X.509 certificates are provided by a third party vendor such as Version.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •