xml-security-c

XML security library implementing digital signatures and encryption standards

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of primary security standards for XML

Commands

xsec

Examples

sign an XML file with a digital signature$ xsec -s dsig.xml input.xml
verify a digital signature in an XML document$ xsec -v input.xml
encrypt XML elements using a certificate$ xsec -e dsig.xml input.xml
decrypt an encrypted XML document$ xsec -d input.xml
display available cryptographic keys and certificates$ xsec -l