All Projects → IdentityPython → pyXMLSecurity

IdentityPython / pyXMLSecurity

Licence: other
python XML security (xml-dsig)

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

python XML Security

Travis Build Coverage Test Coverage Maintainability License Format PyPI Version

This is a python implementation of XML-Security - XML-DSIG only right now. There are no dependencies except lxml and pyca/cryptography currently.

This code was inspired by https://github.com/andrewdyates/xmldsig (this implementation is a refactor and extension of that implementation) and in former versions used to include a pure-python RSA implementation https://github.com/andrewdyates/rsa_x509_pem by and with permission from Andrew Yates. Cryptographic primitives are now provided by pyca/cryptography (https://cryptography.io).

In order to sign with a PKCS#11-module you need to install pykcs11 (http://www.bit4id.org/pykcs11/)

This package is available under the NORDUnet BSD license (cf LICENSE.txt)

Limitations:

  • only support for RSA-SHA1/256/512 signatures with PKCS1.5 padding
  • no encryption support

Some of those limitations might be addressed. Patches and pull-requests are most welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].