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

Changelog

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

  * Import upstream version 0.011.

 -- gregor herrmann <email address hidden>  Wed, 22 Mar 2023 22:26:16 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libcrypt-bcrypt-perl_0.011-1.dsc 2.4 KiB a832900e20313118f803483b208fd6aba2890acc76dda408c00952802da2e659
libcrypt-bcrypt-perl_0.011.orig.tar.gz 27.9 KiB 67fca68b0526e734e2d95bc6b32bad01c319e587abf63e4cf3422da66bbea3a0
libcrypt-bcrypt-perl_0.011-1.debian.tar.xz 2.8 KiB a3caf63285825d468dcdf869d5c01a9f8bdecdeff65e7de571c7c99aae95ac62

Available diffs

No changes file available.

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