python-srp 1.0.14-1build3 source package in Ubuntu

Changelog

python-srp (1.0.14-1build3) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:11:47 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
B Carrillo
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-srp_1.0.14.orig.tar.gz 19.0 KiB 9f31750a204bff95ed16fd6ef8201f36c63e3f2967fb93b5a66ba455c1878ea8
python-srp_1.0.14-1build3.debian.tar.xz 3.2 KiB 8063b2a3a200b7f45618451226603aac9fb68f3870e7ea431b9bcfc45d4b442c
python-srp_1.0.14-1build3.dsc 1.9 KiB ef16fffea6f992b88bcf31c7c0f4979dfaf5c7afc23f6eab78ca451d11a58bd0

Available diffs

View changes file

Binary packages built by this source

python-srp: No summary available for python-srp in ubuntu focal.

No description available for python-srp in ubuntu focal.

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.