Thomas von Dein 039dead77d typo
2017-08-03 12:18:32 +02:00
2017-08-03 12:17:58 +02:00
2017-08-03 12:09:06 +02:00
2017-08-03 12:18:32 +02:00

bubblebabble

Encode to Bubble Babble

Intro

OpenSSH's ssh-keygen has an implementation of the bubble babble encoding for key fingerprints. This is a little wrapper around that function so you can encode anything to bubble babble.

Compile and Install

gcc -g bubblebabble.c -o bubblebabble
sudo install -o root -g wheel bubblebabble /usr/local/bin/

Usage

% sha256 -q filename | bubblebabble
xevef-lotek-gonok-dataf-linif-gesek-konof-humuk-devyf-do[..]

Copyright (c) 2017 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.

Description
No description provided
Readme BSD-2-Clause 39 KiB
Languages
C 80.7%
Makefile 19.3%