XML Security Library

LibXML2
LibXSLT
OpenSSL

enc1-tmpl.xml

Name

enc1-tmpl.xml -- Simple encryption template file.

Example: Simple encryption template file.

<?xml version="1.0"?>
<!-- 
XML Security Library example: Simple encryption template file. 
-->
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#">
    <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
    <CipherData>
	<CipherValue></CipherValue>
    </CipherData>
</EncryptedData>



Aleksey Sanin