python3-endesive

library for digital signing and verification of signatures in docs

Description

Endesive is a Python module that has the ability to add and check digital signatures on PDF documents, emails and XMLs. This is useful for guarantee the protection and integrity of documents, making it difficult tamper with your content.

Supports PDF digital signature standards defined in standards such as PAdES and CAdES. These standards are widely recognized for digital signatures on PDF documents.

This library implements CAdES-B handler for signing and verifying PDF documents in Adobe.PPKLite/adbe.pkcs7.detached form. It can sign documents during generation using a modified version of pyfpdf which is included in this library. It can also sign documents generated by external programs.

For ASN.1 implementation, pocote depends on the asn1crypto and cryptography libraries. Just like for certificate verification, the package recommends "CertValidator" as a dependency.

Also implements S/MIME handler which can encrypt and decrypt S/MIME messages using a public RSA key, in AES-128/192/256 CBC/OFB modes. It can also sign and verify S/MIME messages.

Still, the package is capable of implementing XADES BES/T with an enveloped and enveloping format, creating signed XML files.

In addition to all the implementations, the package is also capable of implementing CMS, enabling the signing and verification of simple text files with separate signature files.

This package installs the library for Python 3.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/m32/endesive


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-endesive