Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

WTP/XMLSecurityTools

< WTP
Revision as of 06:29, 26 October 2008 by Info.xml-sicherheit.de (Talk | contribs) (Resources)

Background

XML is available more or less everywhere nowadays. As configuration files, for data exchange, in XML enabled databases, web services and many more. And a lot of these applications and services do not secure their XML documents: neither encryption nor digital signatures are applied. Or standard transport security like https is used. This destroys the advantages of XML and prevents parsing.

Using XML Security to secure XML based information provides many advantages: the XML structure of the XML document remains intact, independent of the applied signature or encryption (or both). Arbitrary elements or element content can be secured, with different keys if desired. XML Security provides end-to-end-security, applying security directly to the message (information), not to the transport.

The code base is based on an initial code contribution from Dominik Schadow and his original project at SourceForge. Dominik has contributed that code base to Eclipse as of September 2008. All code is licensed under the Eclipse Public License.

Introduction

Project Description

Resources

Original Project Proposal - The original project proposal.

Back to the top