How to Install and Uninstall python3-endesive Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-endesive" package

Please follow the instructions below to install python3-endesive on Kali Linux

$ sudo apt update $ sudo apt install python3-endesive

2. Uninstall "python3-endesive" package

This guide covers the steps necessary to uninstall python3-endesive on Kali Linux:

$ sudo apt remove python3-endesive $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-endesive package on Kali Linux

Package: python3-endesive
Source: endesive
Version: 2.17.0+dfsg-1
Installed-Size: 697
Maintainer: Debian Security Tools
Architecture: all
Depends: python3-asn1crypto, python3-attr, python3-certvalidator, python3-cryptography, python3-lxml, python3-oscrypto, python3-paramiko, python3-pil, python3-pykcs11, python3-requests, python3-tz, python3:any
Size: 127032
SHA256: 2ae83cf947bc237bf0abef03acceca9f6eb8c6471df439c05cb2b6c175704a9d
SHA1: ea2d9de679c5e234b5d1dfcfbe8a7ae6f688bf5a
MD5sum: f1af064ebe9a7294925cfc5fb3b1ecaa
Description: 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.
Description-md5:
Homepage: https://github.com/m32/endesive
Section: python
Priority: optional
Filename: pool/main/e/endesive/python3-endesive_2.17.0+dfsg-1_all.deb

5. The same packages on other Linux Distributions