diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-14 14:55:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-14 14:55:13 +0000 |
commit | 13cf6fb6d1e3c9c0f6e3ededd1c2909b6c7ea811 (patch) | |
tree | feaa0751a2c5b6d6195e7fe21a9ab58b088aa614 /security/p5-Digest-BubbleBabble/pkg-descr | |
parent | c81f0646ee3bf8b7c8365acb4a06288f7185d120 (diff) |
Notes
Diffstat (limited to 'security/p5-Digest-BubbleBabble/pkg-descr')
-rw-r--r-- | security/p5-Digest-BubbleBabble/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/p5-Digest-BubbleBabble/pkg-descr b/security/p5-Digest-BubbleBabble/pkg-descr new file mode 100644 index 000000000000..7e0ab2d7e0a9 --- /dev/null +++ b/security/p5-Digest-BubbleBabble/pkg-descr @@ -0,0 +1,14 @@ +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::SHA1, and run through bubblebabble +to create the key fingerprint. |