How to Install and Uninstall python-pycryptodome-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python-pycryptodome-doc" package

This tutorial shows how to install python-pycryptodome-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-pycryptodome-doc

2. Uninstall "python-pycryptodome-doc" package

This is a short guide on how to uninstall python-pycryptodome-doc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python-pycryptodome-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pycryptodome-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-pycryptodome-doc
Architecture: all
Version: 3.9.7+dfsg1-1build3
Priority: optional
Section: doc
Source: pycryptodome
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1808
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.5.0+dfsg), python3-sphinx-rtd-theme
Filename: pool/main/p/pycryptodome/python-pycryptodome-doc_3.9.7+dfsg1-1build3_all.deb
Size: 264900
MD5sum: e2a792932724e60f7637bc0fc6ab5adf
SHA1: a77e8b98b8e074cd26665ce8cb8f7f080d352505
SHA256: d6624131292b83497a722dcba8d85be133373cff20ae4b4eb3db8982aa30ca9f
SHA512: 898be4ff975bfa1870fd9385266acdc7a0930b1d6e9f8c4c5c61249a875f1efcf1b646b01d5e568808411ba8a5c82ac4b1acf717af01decaa5e09248016190fa
Homepage: http://www.pycryptodome.org
Description-en: cryptographic Python library (documentation)
PyCryptodome is a self-contained Python package of low-level
cryptographic primitives.
.
PyCryptodome is a fork of PyCrypto. It brings several enhancements
with respect to the last official version of PyCrypto (2.6.1),
for instance:
.
* Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
* Accelerated AES on Intel platforms via AES-NI
* First class support for PyPy
* Elliptic curves cryptography (NIST P-256 curve only)
* Better and more compact API (`nonce` and `iv` attributes for ciphers,
automatic generation of random nonces and IVs, simplified CTR cipher mode,
and more)
* SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
* Salsa20 and ChaCha20 stream ciphers
* scrypt and HKDF
* Deterministic (EC)DSA
* Password-protected PKCS#8 key containers
* Shamir's Secret Sharing scheme
* Random numbers get sourced directly from the OS (and not from a CSPRNG in
userspace)
* Simplified install process, including better support for Windows
* Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
* Major clean ups and simplification of the code base
.
PyCryptodome is not a wrapper to a separate C library like *OpenSSL*.
To the largest possible extent, algorithms are implemented in pure Python.
Only the pieces that are extremely critical to performance (e.g. block ciphers)
are implemented as C extensions.
.
This is the documentation package.
Description-md5: d29a917f71bf87a2d4eac30af19c60cb