python-bcrypt 0.4-1 source package in Ubuntu

Changelog

python-bcrypt (0.4-1) unstable; urgency=low


  * New Upstream release
  * Migrate to git-buildpackage
  * Update control file to reflect more modern debian standards (no changes)
  * Update to use debhelper 9
  * Add source/format of "3.0 (quilt)"
  * Fix spelling of parametrised throughout debian/ directory
  * Update watch file to use google code
  * Remove depricated pycompat file
  * Update copyright file to be machine-readable

 -- Simon Fondrie-Teitler <email address hidden>  Sat, 21 Sep 2013 16:26:21 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-bcrypt_0.4-1.dsc 2.0 KiB 39d4804674ac5fac16ef2393e851cab6389d2ce85778cee0c22c329532861ebf
python-bcrypt_0.4.orig.tar.gz 26.8 KiB 47826b334a134a962c7691a16a1ceb0464fcdff72b8c276ef6c32401af8f7ee1
python-bcrypt_0.4-1.debian.tar.gz 3.7 KiB 0021a353b5b4b3c662149d450d04f291b3c348cb13f1c491e3f98f10e2f2d3e7

Available diffs

No changes file available.

Binary packages built by this source

python-bcrypt: implementation of OpenBSD's Blowfish password hash algorithm - python 2.x

 py-bcrypt is a Python module implementating the OpenBSD Blowfish password
 hashing algorithm, as described in "A Future-Adaptable Password Scheme" by
 Niels Provos and David Mazieres:
 http://www.openbsd.org/papers/bcrypt-paper.ps
 .
 This module hashes passwords using a version of Bruce Schneier's Blowfish
 block cipher with modifications designed to raise the cost of off-line
 password cracking. The computation cost of the algorithm is parametrised, so
 it can be increased as computers get faster.
 .
 This package provides the py-bcript Python module for Python 2.x.

python3-bcrypt: implementation of OpenBSD's Blowfish password hash algorithm - python 3.x

 py-bcrypt is a Python module implementating the OpenBSD Blowfish password
 hashing algorithm, as described in "A Future-Adaptable Password Scheme" by
 Niels Provos and David Mazieres:
 http://www.openbsd.org/papers/bcrypt-paper.ps
 .
 This module hashes passwords using a version of Bruce Schneier's Blowfish
 block cipher with modifications designed to raise the cost of off-line
 password cracking. The computation cost of the algorithm is parametrised, so
 it can be increased as computers get faster.
 .
 This package provides the py-bcript Python module for Python 3.x.