libdigest-bubblebabble-perl 0.02-2 source package in Ubuntu
Changelog
libdigest-bubblebabble-perl (0.02-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Add refer-to-Digest-SHA.patch patch. Refer to Digest::SHA instead of Digest::SHA1. * Update long description to refer to Digest::SHA. Refer to Digest::SHA instead of Digest::SHA1 as Digest::SHA is in Perl core since 5.9.3 (cf. #594273). -- Salvatore Bonaccorso <email address hidden> Sat, 21 Jan 2012 16:59:36 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | perl | |
Bionic | release | universe | perl | |
Xenial | release | universe | perl | |
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdigest-bubblebabble-perl_0.02-2.dsc | 2.1 KiB | 39973d63f5ea2d8cd0a291b037f2a9d723376d77224f250c9e3d2da2a0288bbc |
libdigest-bubblebabble-perl_0.02.orig.tar.gz | 44.6 KiB | 80cfb2d2e43d6f79400658600567d2a270b145b4eef5aea58a66957788225c00 |
libdigest-bubblebabble-perl_0.02-2.debian.tar.gz | 3.1 KiB | 1d9c74c233d90a9cacc6cd15b92f8eea39a5492036317cb107bef5cf4d8f088d |
Available diffs
- diff from 0.02-1 (in Ubuntu) to 0.02-2 (1.6 KiB)
No changes file available.
Binary packages built by this source
- libdigest-bubblebabble-perl: perl module to create bubble-babble fingerprints
Digest:
:BubbleBabble takes a message digest (generated by
either of the MD5 or SHA-1 message digest algorithms) and creates
a fingerprint of that digest in "bubble babble" format.
Bubble babble is a method of representing a message digest
as a string of "real" words, to make the fingerprint easier
to remember. The "words" are not necessarily real words, but
they look more like words than a string of hex characters.
.
Bubble babble fingerprinting is used by the SSH2 suite
(and, consequently, by Net::SSH::Perl, the Perl SSH
implementation) to display easy-to-remember key fingerprints.
The key (a DSA or RSA key) is converted into a textual form,
digested using Digest::SHA, and run through bubblebabble
to create the key fingerprint.