xml-security-c

XML security library implementing digital signatures and encryption

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of primary security standards for XML

Commands

xml-security-c

Examples

Sign an XML document with a private key$ xml-security-c sign --input document.xml --key private.pem --output signed.xml
Verify a digitally signed XML document$ xml-security-c verify --input signed.xml --cert certificate.pem
Encrypt sensitive XML elements$ xml-security-c encrypt --input document.xml --key public.pem --output encrypted.xml