libcrypt-bcrypt-perl 0.011-1build1 source package in Ubuntu

Changelog

libcrypt-bcrypt-perl (0.011-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:06:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcrypt-bcrypt-perl_0.011.orig.tar.gz 27.9 KiB 67fca68b0526e734e2d95bc6b32bad01c319e587abf63e4cf3422da66bbea3a0
libcrypt-bcrypt-perl_0.011-1build1.debian.tar.xz 2.9 KiB 1369f556ce7389c8dbed0bb2ca66e494694559cec881b9efef2d0f83b858f110
libcrypt-bcrypt-perl_0.011-1build1.dsc 2.2 KiB 41daef0511605024a2a4b445c1cfc99c0cbe8b3d9e09862ca9d82c0d97f93771

View changes file

Binary packages built by this source

libcrypt-bcrypt-perl: modern bcrypt implementation

 Crypt::Bcrypt provides a modern and user-friendly implementation of the
 bcrypt password hash.
 .
 Note that in bcrypt passwords may only contain 72 characters. It may seem
 tempting to prehash the password before bcrypting it but that may make it
 vulnerable to password shucking, a salted solution (for example using a MAC)
 should be used instead if one wants to support large passwords.
 .
 The password is always expected to come as a (utf8-encoded) byte-string.

libcrypt-bcrypt-perl-dbgsym: debug symbols for libcrypt-bcrypt-perl