mirror of
https://codeberg.org/scip/bubblebabble.git
synced 2025-12-16 19:00:57 +01:00
init
This commit is contained in:
26
README.md
26
README.md
@@ -1,2 +1,28 @@
|
||||
# bubblebabble
|
||||
Encode to Bubble Babble
|
||||
|
||||
## Intro
|
||||
|
||||
OpenSSH' 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 + 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.
|
||||
|
||||
Reference in New Issue
Block a user