python-srp 1.0.4-1ubuntu1 source package in Ubuntu

Changelog

python-srp (1.0.4-1ubuntu1) trusty; urgency=low

  * Add macros for Python 3 compatibility, resolving FTBFS on amd64.
 -- Daniel T Chen <email address hidden>   Sun, 29 Dec 2013 15:26:31 -0500

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-srp_1.0.4.orig.tar.gz 27.1 KiB e370f1dbc9dde5bc7b4de8a0ce91c614eb631e7ec8fce5f9f1096fedfdac7103
python-srp_1.0.4-1ubuntu1.debian.tar.gz 5.4 KiB c796f649af4fd83011408b476ddc221b703333f96b137c0acc7f2212441172a2
python-srp_1.0.4-1ubuntu1.dsc 1.7 KiB 01e47de54cfe7c0446ca77504f25f8be5cd8297dfbc90ae251200de3acc5e458

View changes file

Binary packages built by this source

python-srp: Secure Remote Password protocol implementation

 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 autentication 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.

python3-srp: Secure Remote Password protocol implementation

 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 autentication 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 python 3 version.