Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likecoin/mnemonic-secret-sharing


https://github.com/likecoin/mnemonic-secret-sharing

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Usage

`node index.js`

Generate or input a mnemonic, then split the mnemonic to n shares, such that k shares can recover the mnemonic.

`node recover.js [--recover / --verify]`

Recover the mnemonic from the k shares. For recovering the mnemonic, please use `--recover`; if just for verification, use `--verify` to only show the addresses of the recovered mnemonic but not the actual mnemonic itself.