wallet-core VS python-slip39

Compare wallet-core vs python-slip39 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)
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
wallet-core python-slip39
27 5
2,629 40
1.3% -
9.0 7.3
1 day ago about 2 months ago
C++ Python
Apache License 2.0 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.

wallet-core

Posts with mentions or reviews of wallet-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-26.

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

tidecoin - Tidecoin: Open Source Post-Quantum Security Bitcoin

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

pancake-info-api - Serverless API implementation for PancakeSwap on-chain data query.

sss - Library for the Shamir secret sharing scheme

esp8266-crypto - ESP8266 project to display cryptocurrency and stock prices on an OLED

keyx - Elixir implementation of Shamir's Secret Sharing

cpp-algorand-sdk - Unofficial Algorand C++ SDK.

kyber - Advanced crypto library for the Go language

syscoin - Syscoin is a crypto currency that is universally merge-mineable with a dual chain architecture both UTXO and EVM. The UTXO chain offers a data availability layer (Proof-Of-Data Availability) to offer censorship resistance for a rollup-driven roadmap.

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

aeternity - æternity blockchain - scalable blockchain for the people - smart contracts, state channels, names, tokens

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