python-srp 1.0.4-1 source package in Ubuntu

Changelog

python-srp (1.0.4-1) unstable; urgency=low


  [ Micah Anderson ]
  * Upgrade to 1.0.4
  * Update debian/control VCS fields for new upstream location
  * Add myself to Uploaders

  [ Ben Carrillo ]
  * Change debian/* license to Expat.

 -- Ben Carrillo <email address hidden>  Mon, 11 Nov 2013 18:27:00 -0200

Upload details

Uploaded by:
B Carrillo
Uploaded to:
Sid
Original maintainer:
B Carrillo
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-1.dsc 2.0 KiB fc63f9ed3759362ea52738f703e64d1be34ad48307da6a17579b992e450fdd08
python-srp_1.0.4.orig.tar.gz 27.1 KiB e370f1dbc9dde5bc7b4de8a0ce91c614eb631e7ec8fce5f9f1096fedfdac7103
python-srp_1.0.4-1.debian.tar.gz 4.9 KiB 68248157345544f7c23b2d41720090961af60a058a1f5edea540f9a8080ce317

No changes file available.

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.