Giter VIP home page Giter VIP logo

mnemonic-encoding's Introduction

Human Encoding

The goal of this project is to provide a variety of encoding (and decoding) schemes for reliably storing or transmitting small amounts of data in a human readable, writable, speakable, and listenable way. There is no single best encoding scheme for all purposes, so advice and best practices around scheme use cases will be provided.

The encoding is represented as an ordered list of words, typically called a mnemonic phrase. "Mnemonic" is a bit of a misnomer, as they are used much more often written down than memorized. The words come from a wordlist which typically has a length that is power of 2.

This project does not deal with the use of mnemonic phrases for the purpose of further seed generation, although such projects could benefit from the use of this library.

This project has no external dependencies.

Use cases

  • Paper backup for seed data
  • Paper backup for private keys
  • Relaying small amounts of data over a secure text channel
  • Relaying small amounts of data over a secure voice channel

Research TODOs

  • Wordlists that are built specifically to minimize phonetic ambiguities
  • Wordlists that have stronger guarantees (ability to automatically deal with mistyped characters)
  • Best practices around creating and storing paper backups (archival paper, pencil vs pen, polyester sleeves, etc)

References

Build status

  • Master: Build Status

Other TODOs

  • Licensing issues around encoding schemes
  • Better bit manipulation
  • Benchmarking with JMH
  • Mutation testing with PIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.