Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pyxmlsec / examples / encrypt2-res.xml
Size: Mime:
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
XML Security Library example: Original XML doc file before encryption (encrypt2 example). 
-->
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Type="http://www.w3.org/2001/04/xmlenc#Element">
<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>v/eH8bBJd1SX69/lHiVGZcKiE88NPK+ai52NVjyTlePAW4COR5yWGcpC3D+NZ59R
hs0+AIeVre4jVoYbXGVJIboNFmXEmW6TXfcre+GuUJiGYT86i+mygg==</CipherValue>
</CipherData>
</EncryptedData>