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

Changelog

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

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.008.
  * Update (test) dependencies.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Tue, 07 Feb 2023 22:32:06 +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

Downloads

File Size SHA-256 Checksum
libcrypt-bcrypt-perl_0.008-1.dsc 2.4 KiB 22cf644f3308af6de71c7506f0997e6f7a0925427c45897c1dc4840e4f700148
libcrypt-bcrypt-perl_0.008.orig.tar.gz 27.5 KiB 7df979cd0099b408b6843548215ce35cd96e5cace0237aabd608336eb81d9c28
libcrypt-bcrypt-perl_0.008-1.debian.tar.xz 2.7 KiB cea0e5b816676938e86e86646ba74389d32c5ea859381b42cab90f9e78a123b7

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