libdigest-bubblebabble-perl 0.02-2.1 source package in Ubuntu
Changelog
libdigest-bubblebabble-perl (0.02-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Fri, 25 Dec 2020 17:33:53 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdigest-bubblebabble-perl_0.02-2.1.dsc | 2.2 KiB | 7065c7e7f991fce2640c5d252f67714084169b51a961c5f281b7172fb886cb49 |
libdigest-bubblebabble-perl_0.02.orig.tar.gz | 44.6 KiB | 80cfb2d2e43d6f79400658600567d2a270b145b4eef5aea58a66957788225c00 |
libdigest-bubblebabble-perl_0.02-2.1.debian.tar.xz | 3.2 KiB | 95517470b89ad297cab5e4c5754b718819bb34c6a6177ab5b8105145d89a6986 |
Available diffs
- diff from 0.02-2 to 0.02-2.1 (374 bytes)
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.