A completely encrypted XML Document

<?xml version='1.0'?>
<EncryptedData 
   Type="http://www.isi.edu/in-notes/iana/assignments/media-types/text/xml"
   xmlns="http://www.w3.org/2001/04/xmlenc#">
  <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#3des-cbc"/>
  <CipherData>
    <CipherValue>A23B45C56CABE4BE7687989219C4E5DEADBEEFCAFEBABE</CipherValue>
  </CipherData>
</EncryptedData>

Previous | Next | Top | Cafe con Leche

Copyright 2000-2003 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified January 29, 2002