views:

101

answers:

2

Are there command-line tools for XML digital signing?

I have found one here: http://www.codeproject.com/KB/security/xmldsiglic.aspx but it needs .NET Framework and i would prefer it to work without .NET

A: 

Have you looked at the XML-Signature Interoperability report? That lists several implementations. I've only looked at the links for a few of them but the ones that I looked at them seem live and there's a range of licensing and implementation languagues there. Given a library (which some of these are) you should be able to build a command line implementation fairly easily.

Nic Gibson