Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cburschka/byteword
- Owner: cburschka
- License: gpl-3.0
- Created: 2013-08-22T08:22:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-21T14:42:53.000Z (almost 10 years ago)
- Last Synced: 2023-05-14T19:35:15.398Z (over 1 year ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```