Storing encrypted data in XML document

From: Hilton (nomail_at_intellilogic.com)
Date: 05/21/03

  • Next message: Don Dumitru [MSFT]: "Re: Storing encrypted data in XML document"
    Date: Wed, 21 May 2003 16:45:26 -0500
    
    

    I need to store encrypted data in an XML document using both Symmetric and
    Asymmetric algorithms. The encryption routines produce bytes and I'd guess
    the encoding is probably not suitable for inserting into an XML document.
    What is the best way to create encrypted data that results in plain-text
    data and can be used in XML?

    Thanks,

    Hilton


  • Next message: Don Dumitru [MSFT]: "Re: Storing encrypted data in XML document"

    Relevant Pages

    • Re: Storing encrypted data in XML document
      ... and then base64 encode them before putting them into the ... "Hilton" wrote in message ... > I need to store encrypted data in an XML document using both Symmetric and ... > What is the best way to create encrypted data that results in plain-text ...
      (microsoft.public.dotnet.security)
    • RE: Invalid high surrogate character (0xDEB6).
      ... Microsoft MSDN Online Support Lead ... Should I be encoding the text somehow? ... Invalid high surrogate character. ... I am building an XML document using the standard calls to create ...
      (microsoft.public.dotnet.xml)
    • Re: Problems with special characters in XML
      ... i would guess that your problem is to do with the HTTP encoding. ... your web service is sending a HTTP header specifying UTF-8 encoding (which ... the XML document is able to read out the encoding ...
      (microsoft.public.dotnet.xml)
    • Re: [ANN] pyxser-1.2r --- Python-Object to XML serialization module
      ... the user defined encoding as is passed to the serialization ... now Unicode strings are serialized as encoded byte string ... by using the encoding that the user pass as enc parameter to the ... You mean, the whole XML document is serialised with that encoding, right? ...
      (comp.lang.python)
    • Re: Xml Encoding Problem!!!
      ... I have an xml document which gets generated out of a process with ... Not sure what you're doing in that code - the StreamWriter should have ... a UTF-8 encoding by default. ...
      (microsoft.public.dotnet.languages.csharp)