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

Changelog

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


  [ Martin Pitt ]
  * autopkgtests: Redirect stderr to stdout. (Closes: #706652)

 -- Alessio Treglia <email address hidden>  Fri, 05 Jul 2013 22:48:20 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc
Trusty release universe misc

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-pbkdf2_1.3+20110613.git2a0fb15~ds0-3.dsc 2.1 KiB aed45f84893bd37cb1cb167a1b9a204a57588a3099ed0d49bb63249aa1756b6b
python-pbkdf2_1.3+20110613.git2a0fb15~ds0.orig.tar.gz 5.9 KiB f36462a9a4c56e0017d0109750f7921effcc1a6c340c25637bf8bb3487d4cef6
python-pbkdf2_1.3+20110613.git2a0fb15~ds0-3.debian.tar.gz 4.9 KiB fde81aad78629cda0b8053626637ae240d5bb1c57a9d719f80af7e58c80cd268

No changes file available.

Binary packages built by this source

python-pbkdf2: No summary available for python-pbkdf2 in ubuntu focal.

No description available for python-pbkdf2 in ubuntu focal.

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.