Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/mnemonic-secret-sharing
https://github.com/likecoin/mnemonic-secret-sharing
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/likecoin/mnemonic-secret-sharing
- Owner: likecoin
- Created: 2020-12-31T02:48:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T10:30:41.000Z (over 3 years ago)
- Last Synced: 2024-05-01T11:22:46.451Z (6 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 13
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.