python-slip39
python-slip39 copied to clipboard
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-...
Bug: https://github.com/pjkundert/python-slip39/issues/8
Increase margin for smaller cards. Don't print wallet addresses and QR codes on cards. I don't want the people keeping my SLIP-39 cards to know: - That these cards protect...
At the moment, the generated mnemonic cards contain lots of information: mnemonic words, group composition, group names, group thresholds, cryptocurrency names, cryptocurrency addresses, watermarks... As a consequence, they look quite...
The first three mnemonic words of each group act as an identifier of this group and don't contain any secret information. It would be useful to record the first three...
On the cover page, it would be useful to have an indication of the group threshold, ie the number of groups that are required to recover the master secret. This...
[This](https://github.com/pjkundert/python-slip39/blob/master/slip39/api.py#L471) function incorrectly assumes that slip39 backups consists of at least two shares. This can lead to "Invalid mnemonic words." exception. You can test it using the following test: ```python...
This pull request updates the module shamir-mnemonic to 0.3.0 to support extendable backups. Extendable backups were introduced in a [recent revision](https://github.com/satoshilabs/slips/commit/8d060706b549af6443e04f55605b71f65c981663) of the [SLIP-39 specification](https://github.com/satoshilabs/slips/blob/master/slip-0039.md). The highest bit of the...
The standard has [recently updated](https://github.com/satoshilabs/slips/blob/master/slip-0039.md) to use this additional flag
I'm running python3 3.13.0, I'm unable to install slip39 from pip because cgi module is deprecated after python 3.11.0 and removed entirely from 3.13.0. Thanks for all your fine work.
In the tool I can choose "Seed Source", e.g., BIP-39 or SLIP-39. Obviously, the tool generates different Shamir cards with different word lists. In the BIP-39 case from the BIP-39...