{"id":21829985,"url":"https://github.com/devinrsmith/mnemonic-encoding","last_synced_at":"2025-04-14T06:20:54.393Z","repository":{"id":78596137,"uuid":"115674193","full_name":"devinrsmith/mnemonic-encoding","owner":"devinrsmith","description":"Human readable encoding for small amounts of data","archived":false,"fork":false,"pushed_at":"2017-12-30T21:57:19.000Z","size":115,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T20:06:20.728Z","etag":null,"topics":["bip39","encoding","human-readable","java","mnemonic","mnemonic-phrase","rfc1751","storage"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devinrsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-29T01:38:20.000Z","updated_at":"2023-10-07T15:53:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9da47ba-7480-43a8-82e1-7226c1fe5293","html_url":"https://github.com/devinrsmith/mnemonic-encoding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinrsmith%2Fmnemonic-encoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinrsmith%2Fmnemonic-encoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinrsmith%2Fmnemonic-encoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinrsmith%2Fmnemonic-encoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinrsmith","download_url":"https://codeload.github.com/devinrsmith/mnemonic-encoding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830863,"owners_count":21168355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bip39","encoding","human-readable","java","mnemonic","mnemonic-phrase","rfc1751","storage"],"created_at":"2024-11-27T18:33:33.078Z","updated_at":"2025-04-14T06:20:54.385Z","avatar_url":"https://github.com/devinrsmith.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Human Encoding\n\nThe goal of this project is to provide a variety of encoding (and decoding) schemes for\nreliably storing or transmitting small amounts of data in a human readable, writable, speakable,\nand listenable way. There is no single best encoding scheme for all purposes, so advice and best\npractices around scheme use cases will be provided.\n\nThe encoding is represented as an ordered list of words, typically called a mnemonic phrase.\n\"Mnemonic\" is a bit of a misnomer, as they are used much more often written down than memorized.\nThe words come from a wordlist which typically has a length that is power of 2.\n\nThis project does not deal with the use of mnemonic phrases for the purpose of further seed\ngeneration, although such projects could benefit from the use of this library.\n\nThis project has no external dependencies.\n\n#### Use cases\n\n * Paper backup for seed data\n * Paper backup for private keys\n * Relaying small amounts of data over a secure text channel\n * Relaying small amounts of data over a secure voice channel\n\n#### Research TODOs\n \n * Wordlists that are built specifically to minimize phonetic ambiguities\n * Wordlists that have stronger guarantees (ability to automatically deal with mistyped characters)\n * Best practices around creating and storing paper backups (archival paper, pencil vs pen, polyester sleeves, etc)\n \n#### References\n\n * [RFC1751](https://tools.ietf.org/html/rfc1751)\n * [Mnemonic Phrase](https://en.bitcoin.it/wiki/Mnemonic_phrase)\n * [BIP-0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)\n * [Trezor Mnemonics](https://github.com/trezor/python-mnemonic)\n * [Phonetic Alphabet](https://en.wikipedia.org/wiki/NATO_phonetic_alphabet)\n * [PGP word list](https://en.wikipedia.org/wiki/PGP_word_list)\n * [singpolyma/mnemonicode](https://github.com/singpolyma/mnemonicode)\n * [RFC1760](https://tools.ietf.org/html/rfc1760)\n * [RFC2289](https://tools.ietf.org/html/rfc2289)\n \n#### Build status\n\n * Master: [![Build Status](https://travis-ci.org/devinrsmith/mnemonic-encoding.svg?branch=master)](https://travis-ci.org/devinrsmith/mnemonic-encoding)\n \n#### Other TODOs\n \n * Licensing issues around encoding schemes\n * Better bit manipulation\n * Benchmarking with [JMH](http://openjdk.java.net/projects/code-tools/jmh/)\n * Mutation testing with [PIT](http://pitest.org/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinrsmith%2Fmnemonic-encoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinrsmith%2Fmnemonic-encoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinrsmith%2Fmnemonic-encoding/lists"}