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

Last updated: May 19,2024

1. Install "python3-spake2" package

Please follow the steps below to install python3-spake2 on Kali Linux

$ sudo apt update $ sudo apt install python3-spake2

2. Uninstall "python3-spake2" package

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

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

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

Package: python3-spake2
Source: python-spake2
Version: 0.8-2.2
Installed-Size: 115
Maintainer: Antoine Beaupré
Architecture: all
Depends: python3-hkdf, python3:any
Size: 25692
SHA256: ed359b72aa29ecbfea1503103118eff16e8ae6f01e196bb3b71b8297013db139
SHA1: fa25c325869ed6b4926aed50779ed14ae7df4c8c
MD5sum: b11bd3b969097deab2ac7266cbd60eeb
Description: SPAKE2 password-authenticated key exchange (pure python)
This library implements the SPAKE2 password-authenticated key
exchange ("PAKE") algorithm. This allows two parties, who share a
weak password, to safely derive a strong shared secret (and therefore
build an encrypted+authenticated channel).
.
A passive attacker who eavesdrops on the connection learns no
information about the password or the generated secret. An active
attacker (man-in-the-middle) gets exactly one guess at the password,
and unless they get it right, they learn no information about the
password or the generated secret. Each execution of the protocol
enables one guess. The use of a weak password is made safer by the
rate-limiting of guesses: no off-line dictionary attack is available
to the network-level attacker, and the protocol does not depend upon
having previously-established confidentiality of the network (unlike
e.g. sending a plaintext password over TLS).
.
The protocol requires the exchange of one pair of messages, so only
one round trip is necessary to establish the session key. If
key-confirmation is necessary, that will require a second round
trip.
Description-md5:
Homepage: https://github.com/warner/python-spake2
Section: python
Priority: optional
Filename: pool/main/p/python-spake2/python3-spake2_0.8-2.2_all.deb