python-slip39 VS keyxn

Compare python-slip39 vs keyxn and see what are their differences.

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)

keyxn

Pure Nim implementation of Shamir's Secret Sharing (SSS) algorithm (by elcritch)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
python-slip39 keyxn
5 1
41 13
- -
7.3 10.0
2 months ago over 2 years ago
Python Nim
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.

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/

keyxn

Posts with mentions or reviews of keyxn. 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
    Implementing SSS is fun. It’s short and covers using modulo integer arithmetic to compute invertible integer functions. It also overlaps with error correction methods a bit.

    I’ve written ones based off Vault’s Go version in both Nim and Elixir:

    - https://github.com/elcritch/keyxn

What are some alternatives?

When comparing python-slip39 and keyxn you can also consider the following projects:

multi-party-ecdsa - Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).

awesome-mpc - A curated list of multi party computation resources and links.

sss - Library for the Shamir secret sharing scheme

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

keyx - Elixir implementation of Shamir's Secret Sharing

kyber - Advanced crypto library for the Go language

blockchain-crypto-mpc - Protecting cryptographic signing keys and seed secrets with Multi-Party Computation.

slip39 - A web tool for SLIP39 mnemonic shares