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

Last updated: November 07,2024

1. Install "python3-pycryptodome" package

This guide let you learn how to install python3-pycryptodome on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pycryptodome

2. Uninstall "python3-pycryptodome" package

Please follow the guidance below to uninstall python3-pycryptodome on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-pycryptodome
Architecture: amd64
Version: 3.9.7+dfsg1-1build3
Priority: optional
Section: python
Source: pycryptodome
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 35158
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14)
Filename: pool/main/p/pycryptodome/python3-pycryptodome_3.9.7+dfsg1-1build3_amd64.deb
Size: 9939332
MD5sum: 132601a18f9a860798ea1043645f3e9a
SHA1: fa0923a9270d88ce67a837dc515cbdee418544bd
SHA256: 3b951b0e06d7a6eff1208e9f9cc629d6c9ce338a0ec53f274002f5a3024b23e6
SHA512: d13e084fe87ed3107648dd55bb0de705ec4541fb27c9c2de0f54aa3bd349865cdea3283fcc166cd8bdb99a52e948746a1c8feea4cf4061b0815e426f7cd1fa18
Homepage: http://www.pycryptodome.org
Description-en: cryptographic Python library (Python 3)
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 Python 3 version of the package.
Description-md5: 3a9eca316e91f5c3ee4a14bb9cbb1a49
Task: samba-server, ubuntustudio-publishing, ubuntukylin-desktop