slip39 VS python-slip39

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

slip39

A web tool for SLIP39 mnemonic shares (by iancoleman)

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)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
slip39 python-slip39
13 5
47 40
- -
0.0 7.3
7 months ago 2 months ago
JavaScript Python
MIT License 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.

slip39

Posts with mentions or reviews of 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.

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 slip39 and python-slip39 you can also consider the following projects:

slips - SatoshiLabs Improvement Proposals

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

bip39 - A web tool for converting BIP39 mnemonic codes

sss - Library for the Shamir secret sharing scheme

python-shamir-mnemonic

keyx - Elixir implementation of Shamir's Secret Sharing

bc-lethekit - Open source DIY hardware box for offline cryptographic tools.

kyber - Advanced crypto library for the Go language

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

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

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

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