python-pbkdf2 1.3+20110613.git2a0fb15~ds0-3.2 source package in Ubuntu

Changelog

python-pbkdf2 (1.3+20110613.git2a0fb15~ds0-3.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix autopkgtest to reliably test all supported python3 versions (Closes:
    #954478)

 -- Scott Kitterman <email address hidden>  Sat, 28 Mar 2020 17:45:23 -0400

Upload details

Uploaded by:
Alessio Treglia
Uploaded to:
Sid
Original maintainer:
Alessio Treglia
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pbkdf2_1.3+20110613.git2a0fb15~ds0-3.2.dsc 2.1 KiB fa593ed079733d022328e1b8b7bdc8b25170e94e51431b2ba55a7172a999890d
python-pbkdf2_1.3+20110613.git2a0fb15~ds0.orig.tar.gz 5.9 KiB f36462a9a4c56e0017d0109750f7921effcc1a6c340c25637bf8bb3487d4cef6
python-pbkdf2_1.3+20110613.git2a0fb15~ds0-3.2.debian.tar.xz 4.6 KiB f0e67f6d074961225cab056b345175250abfe3f12206434996ecfea0c58e52ad

No changes file available.

Binary packages built by this source

python3-pbkdf2: Python RSA PKCS#5 v2.0 module (Python 3)

 This module implements the password-based key derivation
 function, PBKDF2, specified in RSA PKCS#5 v2.0.
 .
 PKCS#5 v2.0 Password-Based Key Derivation is a key derivation
 function which is part of the RSA Public Key Cryptography
 Standards series. The provided implementation takes a password
 or a passphrase and a salt value (and optionally a iteration
 count, a digest module, and a MAC module) and provides a file-like
 object from which an arbitrarly-sized key can be read.
 .
 This is the Python 3 version of the package.