https://github.com/tlinden/bubblebabble
Encode to Bubble Babble
https://github.com/tlinden/bubblebabble
Last synced: 24 days ago
JSON representation
Encode to Bubble Babble
- Host: GitHub
- URL: https://github.com/tlinden/bubblebabble
- Owner: TLINDEN
- License: bsd-2-clause
- Created: 2017-08-03T10:09:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T10:24:11.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T22:29:55.797Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
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 + Author
- 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.