iancoleman / slip39

A web tool for SLIP39 mnemonic shares
https://iancoleman.io/slip39/
MIT License
54 stars 23 forks source link

Add list of alternatives #2

Open iancoleman opened 4 years ago

iancoleman commented 4 years ago

Add a list of alternative slip39 implementations, eg python-shamir-mnemonic

Furunodo commented 4 years ago

Yes! Here's a stub:

Alternative implementations

Trezor model T

Trezor's model T hardware wallet has SLIP39 support.

Trezor's Python library

There's a Python implementation at https://github.com/trezor/python-shamir-mnemonic

It can be installed with

 pip install shamir-mnemonic

Unchained Hermit

Unchained capital has released Hermit, which has a SLIP39 implementation. Hermit is targeted at companies. "Hermit is an open-source, sharded, air-gapped wallet designed to help groups of people safely manage and use bitcoin private keys."

https://github.com/unchained-capital/hermit

iancoleman commented 4 years ago

Thanks for the link to hermit, nice to see.

Interesting their use of the word 'shard' which does not appear in the slip0039 spec. I feel that consistent use of language is going to be important. Any opinions on the use of the word shard?

https://github.com/unchained-capital/hermit#sharding

Related to https://github.com/iancoleman/slip39/issues/4