multi-party-ecdsa VS python-slip39

Compare multi-party-ecdsa vs python-slip39 and see what are their differences.

multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm). (by ZenGo-X)

python-slip39

Generate Ethereum, Bitcoin, etc. account seed and backup Mnemonics in SLIP-39 format (Trezor & Ledger compatible), with details in printable PDF format. Optionally, also print encrypted JSON and BIP-38 paper wallets. (by pjkundert)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
multi-party-ecdsa python-slip39
4 5
940 40
2.3% -
3.6 7.3
8 months ago about 2 months ago
Rust Python
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

multi-party-ecdsa

Posts with mentions or reviews of multi-party-ecdsa. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-27.
  • Ssss: Shamir's Secret Sharing Scheme
    9 projects | news.ycombinator.com | 27 Oct 2022
    Use MPC instead? Sadly there are not enough mature open source projects around: https://github.com/ZenGo-X/multi-party-ecdsa and you can always take a look at https://github.com/rdragos/awesome-mpc

    Sadly companies like Unbound were acquired by Coinbase and the OSS codebase is not longer maintained: https://github.com/unboundsecurity/blockchain-crypto-mpc

  • Answering questions about our new secure crypto app
    1 project | news.ycombinator.com | 20 Oct 2021
    Ha nice call!

    Unfortunately we have not completed a satisfactory security audit. We engaged with one company, but I don't think they were worth their salt. The problem is that the "good" companies are much more expensive, so it's a consideration of the value of the security audit. (If you know of a reputable company that would like to audit for free though...)

    The code is not yet open source, but we are primarily expanding on this open-source library. https://github.com/ZenGo-X/multi-party-ecdsa

  • Rust implementation of {t,n}-threshold ECDSA
    1 project | news.ycombinator.com | 12 Oct 2021
  • Potential attack on threshold ECDSA prevented, counter-terrorists win!
    3 projects | /r/cryptography | 2 Oct 2021
    As true decentralized security enthusiasts, we quickly got in touch with ZenGo and fixed the discovered security breach in a pull request. It was soon approved and merged into their TSS library. The researcher who found the attack was granted a bug bounty, the biggest in ZenGo’s history.

python-slip39

Posts with mentions or reviews of python-slip39. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-21.
  • Ask HN: Can 2 ledgers generate the same seed phrase out of millions out there?
    2 projects | news.ycombinator.com | 21 Jan 2024
    Sure — with about the same likelihood as selecting the same atom out of all the atoms in the universe, twice in a row.

    Besides; don’t. Generate your own entropy, save it as sets of SLIP-39 Mnemonic cards, and use the https://slip39.com App or https://iancoleman.io/slip39/ to recover your entropy (and your BIP-39 Phrase.

  • Binance has no proof of reserves for ETH/XRP, inadequate reserves for rest
    5 projects | news.ycombinator.com | 18 Nov 2022
    Use https://slip39.com

    Create a new seed (using your own dice tools to create good entropy).

    Practice recovering your BIP-39 Mnemonic from your SLIP-39 Mnemonit cards.

    Print out the cards, and decide who you’ll share them with. Send them.

    Then, transfer your Bitcoin, etc. into the address printed / QR-coded on the card.

    No hardware wallet required; later, use a hardware wallet to recover the account private keys, and use your coins.

  • Ssss: Shamir's Secret Sharing Scheme
    9 projects | news.ycombinator.com | 27 Oct 2022
    Backup your BIP-39 Mnemonic phrase using SLIP-39 [0]

    This saves the original entropy from which your BIP-39 phrase was generated, over several groups of multiple SLIP-39 mnemonics cards.

    Later, recover enough cards from a few groups, recover your BIP-39, and recover your hardware wallet.

    Much more reliable, and safer because an attacker must collect many independent mnemonics from groups they probably don’t know the members of.

    [0] https://slip39.com

  • Which (on- or offline) wallet supports SLIP39?
    2 projects | /r/CryptoCurrency | 13 May 2022
  • Did I just lose half a million dollars
    4 projects | news.ycombinator.com | 30 Jan 2022
    Use SLIP-39, and a hardware wallet that allows recovery from SLIP-39 shards (eg. a Trezor).

    With BIP-39, you are simply going to lose your wallet, eventually. It's almost inevitable. Either because you lose the 12- or 24-word passphrase, OR because someone else finds one of your backups.

    I've written a decent Python implementation, here, which is simple enough to review:

    https://github.com/pjkundert/python-slip39/

What are some alternatives?

When comparing multi-party-ecdsa and python-slip39 you can also consider the following projects:

tofn - A threshold cryptography library in Rust

sss - Library for the Shamir secret sharing scheme

grin - Minimal implementation of the Mimblewimble protocol.

keyx - Elixir implementation of Shamir's Secret Sharing

hashes - Collection of cryptographic hash functions written in pure Rust

kyber - Advanced crypto library for the Go language

seed-phrase-raid-5 - Apply RAID-5 (XOR, Parity) to your 24 word seed phrase

shamir - 🔑 A CLI frontend for Hashicorp Vault's Shamir's Secret Sharing implementation.

darknode-cli - Tool for deploying and managing Darknodes

crypto-key-derivation - Document all the mess around bip32+bip39+bip44 and similar key generation schemes

blockchain-rust - A basic blockchain implementation in Rust for educational purposes only

keyxn - Pure Nim implementation of Shamir's Secret Sharing (SSS) algorithm