Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cburschka/byteword

Render binary data as a sequence of common English nouns.
https://github.com/cburschka/byteword

Last synced: 1 day ago
JSON representation

Render binary data as a sequence of common English nouns.

Awesome Lists containing this project

README

        

byteword
========

Render binary data as a sequence of English words using the [PGP word list](http://en.wikipedia.org/wiki/PGP_word_list).

help
----
```
usage: byteword [options]

Encode bytes as English words.

optional arguments:
-h, --help show this help message and exit
-f, --format ip4|ip6|mac
Which format to use
-d, --decode Decode given words
-m, --multiple Read multiple strings from stdin
-s, --string
Accept string on commandline instead of stdin
```