flask-bcrypt 1.0.1-2 source package in Ubuntu

Changelog

flask-bcrypt (1.0.1-2) unstable; urgency=medium

  * Team upload.
  * d/control: add b-d on pytest to force tests to run via something other
    than the deprecated "python3 setup.py test" command.

 -- Louis-Philippe Véronneau <email address hidden>  Fri, 02 Dec 2022 18:10:21 -0500

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
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-bcrypt_1.0.1-2.dsc 1.7 KiB f5b920b4d549e779fcfccc8b3a471679589e255934440389d8dfe2fc42a16038
flask-bcrypt_1.0.1.orig.tar.gz 11.0 KiB db07a56750cbde187920d8c55fa8a806ba24211d9eb14399fc17bac83262ff57
flask-bcrypt_1.0.1-2.debian.tar.xz 4.7 KiB 3553707de2a1a5dc4524d229aeb5171a07d8b8120b9d6f329a6ac1393a3d93ac

Available diffs

No changes file available.

Binary packages built by this source

python-flask-bcrypt-doc: Flask extension that provides bcrypt hashing utilities (Documentation)

 Due to the recent increased prevelance of powerful hardware,
 such as modern GPUs, hashes have become increasingly easy to crack.
 A proactive solution to this is to use a hash that was designed to be
 "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms
 such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally
 structured to be slow.
 .
 This package contains the HTML documentation.

python3-flask-bcrypt: Flask extension that provides bcrypt hashing utilities (Python3)

 Due to the recent increased prevelance of powerful hardware,
 such as modern GPUs, hashes have become increasingly easy to crack.
 A proactive solution to this is to use a hash that was designed to be
 "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms
 such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally
 structured to be slow.
 .
 This package contains the Python3 version of the library.