python-srptools 1.0.1-2 source package in Ubuntu

Changelog

python-srptools (1.0.1-2) unstable; urgency=medium

  * Source-only upload to allow package to migrate to testing.

 -- Edward Betts <edward@4angle.com>  Wed, 22 May 2024 23:06:46 +0200

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-srptools_1.0.1-2.dsc 2.1 KiB 71867e240dd5f2be531004050549afe701d85e1033ab5a4ef2bf952fda2c9b1a
python-srptools_1.0.1.orig.tar.gz 14.1 KiB b4a2291c0ff43d1e5bfc6687d15e710e62592976c105cd9bc521d8687ff5cdff
python-srptools_1.0.1-2.debian.tar.xz 2.4 KiB 1fcf85c2ae7baf8b9f10bfae8f25c3c1ed04913865294676bd638a701646eca9

Available diffs

No changes file available.

Binary packages built by this source

python3-srptools: Tools to implement Secure Remote Password (SRP) authentication

 Provides tools to implement the Secure Remote Password (SRP) protocol for
 secure password-based authentication and key exchange in Python. SRP is a
 password-authenticated key agreement protocol (PAKE) that enhances security
 by allowing for secure password-based authentication and key exchange.
 .
 This package includes both a command-line interface (CLI) and an API for
 incorporating SRP into your Python applications.