Jump to content

XML Encryption

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Desaccointier (talk | contribs) at 15:13, 2 September 2024 (removed redundant citation with broken link and added 2 more). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

XML Encryption (XML-Enc) is a specification governed by a World Wide Web Consortium (W3C) recommendation, that defines how to encrypt the contents of an XML element.

Specification

Although XML Encryption can be used to encrypt any kind of data, it is nonetheless known as "XML Encryption" because an XML element (either an EncryptedData or EncryptedKey element) contains or refers to the cipher text, keying information, and algorithms.

Both XML Signature and XML Encryption use the KeyInfo element, which appears as the child of a SignedInfo, EncryptedData, or EncryptedKey element and provides information to a recipient about what keying material to use in validating a signature or decrypting encrypted data.

The KeyInfo element is optional: it can be attached in the message, or be delivered through a secure channel.

XML Encryption is different from and unrelated to Transport Layer Security (TLS), which is used to send encrypted messages (including XML content, both encrypted and otherwise) over the internet.

It has been reported that this specification has severe security concerns.[1][2][3]

References

  1. ^ Jager, Tibor; Somorovsky, Juraj (19 October 2011). "How to break XML encryption". Proceedings of the 18th ACM Conference on Computer and Communications Security. New York: Association for Computing Machinery: 413–422. doi:10.1145/2046707.2046756. ISBN 978-1-4503-0948-6.
  2. ^ Jager, Tibor; Paterson, Kenneth G.; Somorovsky, Juraj (24 April 2013). One Bad Apple: Backwards Compatibility Attacks on State-of-the-Art Cryptography. NDSS Symposium 2013.
  3. ^ Kupser, Dennis; Mainka, Christian; Schwenk, Jörg; Somorovsky, Juraj (August 2015). How to Break XML Encryption – Automatically. 9th USENIX Workshop on Offensive Technologies (WOOT '15).