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

Last updated: May 19,2024

1. Install "python3-lib25519" package

Here is a brief guide to show you how to install python3-lib25519 on Kali Linux

$ sudo apt update $ sudo apt install python3-lib25519

2. Uninstall "python3-lib25519" package

Please follow the guidance below to uninstall python3-lib25519 on Kali Linux:

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

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

Package: python3-lib25519
Source: python-lib25519
Version: 0~20230630.1-2
Installed-Size: 34
Maintainer: Jan Mojžíš
Architecture: all
Depends: lib25519-1, python3:any
Size: 6812
SHA256: c3b3f73177c7d8796373038ea41cf88e38422551ad2c588a86a07fbf9571251f
SHA1: 3be0495050eaabe856a80f9ceaeb0bbe8b0d6ec6
MD5sum: 7deb66968e0e1eeafb3ce1ffcc486589
Description: microlibrary X25519/Ed25519 - Python wrapper
lib25519 is a microlibrary for the X25519 encryption system and the Ed25519
signature system, both of which use the Curve25519 elliptic curve.
.
lib25519 has a very simple stateless API based on the SUPERCOP API, with
wire-format inputs and outputs, providing functions that directly match the
central cryptographic operations in X25519 and Ed25519:
.
lib25519.x25519.keypair(pk, sk): X25519 key generation
lib25519.x25519.dh(k, pk, sk): shared-secret generation
lib25519.ed25519.keypair(pk, sk): Ed25519 key generation
lib25519.ed25519.sign(sm, &smlen, m, mlen, sk): signing
lib25519.ed25519.open(m, &mlen, sm, smlen, pk): verification + message recovery
Description-md5:
Homepage: https://github.com/janmojzis/python-lib25519
Section: python
Priority: optional
Filename: pool/main/p/python-lib25519/python3-lib25519_0~20230630.1-2_all.deb

5. The same packages on other Linux Distributions