Crypto-4.2.3: Collects together existing Haskell cryptographic functions into a package

Codec.Binary.BubbleBabble

Synopsis

Documentation

encode :: [Octet] -> StringSource

Encode binary data into the bubble babble human readable encoding. Bubble Babble is an encoding that represents binary data as psuedowords which are more pronouncable and memorable than standard hexadecimal encoding.

It is mainly used for representing cryptographic fingerprints. In addition, there is an amount of redundancy and error correction built into the representation so that transcription errors can be more readily identified.

see: http:en.wikipedia.orgwikiBubble_Babble