How to Install and Uninstall ed25519 Package on Kali Linux

Last updated: May 19,2024

1. Install "ed25519" package

This is a short guide on how to install ed25519 on Kali Linux

$ sudo apt update $ sudo apt install ed25519

2. Uninstall "ed25519" package

In this section, we are going to explain the necessary steps to uninstall ed25519 on Kali Linux:

$ sudo apt remove ed25519 $ sudo apt autoclean && sudo apt autoremove

3. Information about the ed25519 package on Kali Linux

Package: ed25519
Source: lib25519
Version: 0~20230630-4
Installed-Size: 62
Maintainer: Jan Mojžíš
Architecture: amd64
Depends: lib25519-1 (>= 0~20230630), libc6 (>= 2.34)
Size: 8884
SHA256: e8be4ca13bd4e7ff9a94fb37adee3f5439d13afc1081b63f1a74ef600f6265c2
SHA1: 821f3e48716850de565f1d6c7fabb10006c3d8c7
MD5sum: 15e2aa0c7f800467b22ac30d68990f04
Description: microlibrary X25519/Ed25519 - Ed25519 command line tools
microlibrary for the X25519 encryption system and the Ed25519 signature system,
both of which use the Curve25519 elliptic curve. Curve25519 is the fastest
curve in TLS 1.3, and the only curve in Wireguard, Signal, and many other
applications.
.
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_dh_keypair(pk, sk): X25519 key generation
lib25519_dh(k, pk, sk): shared-secret generation
lib25519_sign_keypair(pk, sk): Ed25519 key generation
lib25519_sign(sm, &smlen, m, mlen, sk): signing
lib25519_sign_open(m, &mlen, sm, smlen, pk): verification + message recovery
Internally, lib25519 includes implementations designed for performance on
various CPUs, implementations designed to work portably across CPUs, and
automatic run-time selection of implementations.
.
lib25519 is intended to be called by larger multi-function libraries, including
libraries in other languages via FFI. The idea is that lib25519 will take
responsibility for the details of X25519/Ed25519 computation, including
optimization, timing-attack protection, and eventually verification, freeing up
the calling libraries to concentrate on application-specific needs such as
protocol integration. Applications can also call lib25519 directly.
.
Ed25519 command line tools.
Description-md5:
Homepage: https://lib25519.cr.yp.to/download.html
Section: devel
Priority: optional
Filename: pool/main/lib2/lib25519/ed25519_0~20230630-4_amd64.deb

5. The same packages on other Linux Distributions