Please excuse the mess, undergoing template reconstruction.
(Suggestions welcome).
You can do it
!
|
Tuesday, September 24, 2002
|
|
More XML Homework
|
These Links are from the Developer's Guide to XML from TechRepulic
XML security: An ongoing process
"While none of these specifications has been fully realized and adopted, both the W3C and Oasis are working hard to provide security standards for XML. A few early solutions are already available, such as Phaos XML from Phaos Technology and alphaWorks from IBM. Demand for XML security increases as XML usage spreads. Conventional means for securing documents interfere with XML’s ease of use, but standards to address an alternative are fast becoming a reality."
[TechRepublic]
Links:
- XML Encryption (Xenc)
- "...the W3C and IETF propose a standard for encrypting the XML data and tags within a document. This would let you encrypt portions of a document, with the idea that only sensitive information needs to be protected. Encrypting portions of a document with different keys would allow you to distribute the same XML document to various recipients, but the recipients would only be able to decrypt the parts relevant to them."
- XML Signatures (XML-SIG)
- "XML signatures are used to ensure that the content within an XML document hasn’t changed....When used in conjunction with XML encryption, an XML signature ensures that the data sent is the data received..."
- XML key management specification (XKMS)
- "The XKMS protocol is a proposed standard maintained by the W3C...Several vendors, such as VeriSign, are heavily involved in this protocol and have developed toolkits and other applications to facilitate implementation of this specification."
|
Homework