Repository URL to install this package:
|
Version:
0.3.0 ▾
|
<?xml version="1.0"?>
<!--
XML Security Library example: Simple encryption template file for encrypt1 example.
-->
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#">
<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>deskey.bin</KeyName>
</KeyInfo>
<CipherData>
<CipherValue>hKE3/chnXVuQJeH8hxD33tXbLQMiFLxs</CipherValue>
</CipherData>
</EncryptedData>