endesive 2.17.0+dfsg-1 source package in Ubuntu

Changelog

endesive (2.17.0+dfsg-1) unstable; urgency=medium

  * New upstream version 2.17.0+dfsg

 -- Josenilson Ferreira da Silva <email address hidden>  Tue, 30 Jan 2024 21:01:38 -0300

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
endesive_2.17.0+dfsg-1.dsc 2.5 KiB c2946955fa50a6f5fb792d284e2917db141bacae2e6180233d80a919223e3ab5
endesive_2.17.0+dfsg.orig.tar.xz 945.0 KiB 67c2d400b96f602a5b05db2ee4758b0b87f91fbeba97576f7e4cab5fd24c29b5
endesive_2.17.0+dfsg-1.debian.tar.xz 5.2 KiB 3598c3a5a903cdb05e89b25d79feb6320ab05607b6e9112a7fa355aea4a07f7d

Available diffs

No changes file available.

Binary packages built by this source

python3-endesive: library for digital signing and verification of signatures in docs

 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.