python-srp 1.0.14-1.1 source package in Ubuntu

Changelog

python-srp (1.0.14-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #938194

 -- Sandro Tosi <email address hidden>  Mon, 07 Oct 2019 23:43:31 -0400

Upload details

Uploaded by:
B Carrillo
Uploaded to:
Sid
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-1.1.dsc 1.8 KiB 3dac9471df7edb79a2e8092419bb16535c42228ae01cfb8dd0863f9b202e098e
python-srp_1.0.14.orig.tar.gz 19.0 KiB 9f31750a204bff95ed16fd6ef8201f36c63e3f2967fb93b5a66ba455c1878ea8
python-srp_1.0.14-1.1.debian.tar.xz 3.1 KiB 0498614099721356ada48d08e568654b306a4f66f7acc91f8f7d7c0ca277c198

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.