pyxmldsig

A Python module to create and verify XML Digital Signatures (XML-DSig)
Download

pyxmldsig Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Philippe Lagadec
  • Publisher web site:
  • http://laposte.net

pyxmldsig Tags


pyxmldsig Description

A Python module to create and verify XML Digital Signatures (XML-DSig) pyxmldsig is a Python library to create and verify XML Digital Signatures (XML-DSig). This is a simple interface to the PyXMLSec library, aiming to provide a more pythonic API suitable for Python applications.This code is inspired from PyXMLSec samples, with a simpler and more pythonic interface.USAGE:pyxmldsig may be used as a command-line tool or as a module in a Python application.Usage as a tool:pyxmldsig.py < data.xml > -k < key-file.pem > Sample usage in a Python application:import pyxmldsigsigned_xml = pyxmldsig.sign_file(template_file='myfile.xml', key_file='mykey.pem', cert_file='myx509cert.pem', password='mypassword')print signed_xml Requirements: · Python · PyXMLSec · xmlsec · libxml2


pyxmldsig Related Software