python-shamir-mnemonic icon indicating copy to clipboard operation
python-shamir-mnemonic copied to clipboard

Results 6 python-shamir-mnemonic issues
Sort by recently updated
recently updated
newest added

If I understand things well the "not equal" check here https://github.com/trezor/python-shamir-mnemonic/blob/c919df7217d0f268e5830ec845c043f0a63b172c/shamir_mnemonic/shamir.py#L425 should be change into a "less than" check (and raised error message changed) This would allow the following code...

The implementation doesn't check whether the iteration exponent used to generate shares fits within 4 bits. This may result in generating shares that cannot be recovered by this implementation. Steps...

Shares generated by version 0.3.0 are rejected during recovery in old versions. In particular, shares I generate with 0.3.0 cannot be used to restore with in Electrum. ``` user@user-VirtualBox:~/wspace/tmp$ python3...

bip32utils is unmaintained, actually it has been pushed to PyPI without me knowing that let's use this package tests: https://pypi.org/project/bip32/

Recovering SLIP-39 EncryptedMasterSecrets from (possibly corrupted or otherwise attacked) sets of Mnemonics is the sole purpose of the SLIP-39 standard. Verifying, grouping and vetting sets of mnemonics requires at least...