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

Changelog

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

  * Non-maintainer upload.
  * Drop python3 support; Closes: #938010

 -- Sandro Tosi <email address hidden>  Mon, 23 Dec 2019 16:51:11 -0500

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pbkdf2_1.3+20110613.git2a0fb15~ds0-3.1.dsc 2.1 KiB 02c9fdefd058c3ef540e135c2d80ba423ac164f7397d2ec07acc11fc58572c2b
python-pbkdf2_1.3+20110613.git2a0fb15~ds0.orig.tar.gz 5.9 KiB f36462a9a4c56e0017d0109750f7921effcc1a6c340c25637bf8bb3487d4cef6
python-pbkdf2_1.3+20110613.git2a0fb15~ds0-3.1.debian.tar.xz 4.5 KiB c16ef622c55aa5215d1b0eb2f832817a7c7245d539a4149c6b89b64f6462a2e2

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.