python-srp 1.0.21-1 source package in Ubuntu

Changelog

python-srp (1.0.21-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <email address hidden>  Wed, 10 Jul 2024 14:10:28 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-srp_1.0.21-1.dsc 2.0 KiB cb04a97be2c4117b17347acada315171a04eb02d9ed141f2ead857cace7a848b
python-srp_1.0.21.orig.tar.gz 21.9 KiB 866813bcf521189a1563e6ca3112b6f54fdf725a410a2dbebb6f0d84b82a1f1d
python-srp_1.0.21-1.debian.tar.xz 3.7 KiB 5cac406683976872bbb21badf7f2741951c79825239760181d70704103d6c983

Available diffs

No changes file available.

Binary packages built by this source

python3-srp: 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.