flask-bcrypt 0.7.1-4 source package in Ubuntu

Changelog

flask-bcrypt (0.7.1-4) unstable; urgency=medium

  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <email address hidden>  Sat, 28 May 2022 00:53:34 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-bcrypt_0.7.1-4.dsc 2.1 KiB febd45435cd6655edd7682ecdc594f7fca8dea0ee0fdf66296d49f317c3d8a42
flask-bcrypt_0.7.1.orig.tar.gz 114.2 KiB 3ac736869ce989a367f0b545d0fe451373e93732ddeee9842e35f2f3fd920bb2
flask-bcrypt_0.7.1-4.debian.tar.xz 3.3 KiB 9eb65ee4a05c864df74b646e5b812f176f379b12f6a58239ba4440b4578b378b

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.