Files
bubblebabble/README.md
2025-12-01 20:44:49 +01:00

33 lines
884 B
Markdown

[![status-badge](https://ci.codeberg.org/api/badges/15647/status.svg)](https://ci.codeberg.org/repos/15647)
# bubblebabble
Encode to Bubble Babble
## Intro
OpenSSH's ssh-keygen has an implementation of the
[Bubble Babble](http://bohwaz.net/archives/web/Bubble_Babble.html)
encoding for key fingerprints. This is a little wrapper around that
function so you can encode anything to bubble babble.
## Compile and Install
make
sudo make install
## Usage
% sha256 -q filename | bubblebabble
xevef-lotek-gonok-dataf-linif-gesek-konof-humuk-devyf-do[..]
## Copyright + Author
- Copyright (c) 2017-2025 T.v.Dein. All rights reserved.
fingerprint_bubblebabble():
- Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
- Copyright (c) 2008 Alexander von Gernler. All rights reserved.
- Copyright (c) 2010,2011 Damien Miller. All rights reserved.