Giter VIP home page Giter VIP logo

seed-words's Introduction

Seed Words

Seed Words is a list of English words to be used in mnemonic seed phrases. There are a total of 256 x 256 = 65536 words. They can be used to represent any arbitrary 2 byte array with a single human readable word. To represent a 16 byte array, 8 words are required, to represent a 32 byte array, 16 words are required and so on.

How to use

The file seedwords.txt contains 3 columns. The first column is the human readable word and the remaining two columns are used to lookup the corresponding bytes. For example, say an array consists of the following ten bytes:

123,20,55,221,1,67,0,112,65,77

This array can be represented with the following five words:

knox,curler,accoil,abided,dodding

We do this by picking first two bytes in the array, finding the corresponding word for them in the file, then select the next two bytes and so on.

This method is useful in providing a human readable representation for arbitrary byte arrays. One usecase is in the blockchain world; random bytes can be generated that can subsequently be used as input to cryptographic algorithms for creating key pairs. These random bytes can be represented as seed phrases with this method.

seed-words's People

Contributors

dogeprotocol avatar blakehartin avatar

Watchers

 avatar  avatar

Forkers

blakehartin

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.