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

Last updated: May 13,2024

1. Install "python3-srp" package

Please follow the guidelines below to install python3-srp on Kali Linux

$ sudo apt update $ sudo apt install python3-srp

2. Uninstall "python3-srp" package

Please follow the instructions below to uninstall python3-srp on Kali Linux:

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

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

Package: python3-srp
Source: python-srp
Version: 1.0.20-1
Installed-Size: 212
Maintainer: Debian Python Team
Architecture: all
Depends: libssl-dev, python3-six, python3:any, libjs-sphinxdoc (>= 4.3)
Size: 33532
SHA256: 4a7a7b7f05fe1333cc26fe64f504fbd0003b6da8ac0e8462b705ce8b92310b3d
SHA1: 5baf86b3ff7f367afc899ba344e8ed1f4aa2945f
MD5sum: 0e21ac2c8b124bedb4806f818c4bfa5e
Description: Secure Remote Password protocol implementation (Python 3)
This package provides an implementation of the Secure Remote Password
protocol (SRP). SRP is a cryptographically strong authentication
protocol for password-based, mutual authentication over an insecure
network connection.
.
Unlike other common challenge-response authentication protocols, such
as Kereros and SSL, SRP does not rely on an external infrastructure
of trusted key servers or certificate management. Instead, SRP server
applications use verification keys derived from each user's password
to determine the authenticity of a network connection.
.
SRP provides mutual-authentication in that successful authentication
requires both sides of the connection to have knowledge of the
user's password. If the client side lacks the user's password or the
server side lacks the proper verification key, the authentication will
fail.
.
Unlike SSL, SRP does not directly encrypt all data flowing through
the authenticated connection. However, successful authentication does
result in a cryptographically strong shared key that can be used
for symmetric-key encryption. This package contains the python3 version.
.
This package provides the python3 version.
Description-md5:
Homepage: https://github.com/cocagne/pysrp
Section: python
Priority: optional
Filename: pool/main/p/python-srp/python3-srp_1.0.20-1_all.deb