Skip to content

nategraf/cip39

Repository files navigation

CIP-39

In this repository is a proof-of-concept implementation for the proposed CIP-39 standard, a backwards-compatible extension to the BIP-39 standard for mnemonic wallet encoding.

CIP-39 extends, with full backwards compatibility, the BIP-39 standard to include up error correction such that words can misspelled, swapped positions, or otherwise lost without losing the encoded secret. Within phrases of length 12 to 24 words, it supports the replacement of 0 to 12 random words with error correction words. For every error correction word used, up to one word can be lost at a known position (e.g. by misspelling), and with every two error correction words, up to one word can be corrected at an unknown position (e.g. by swapping two words).

About

CIP39 reference implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages