lethekit icon indicating copy to clipboard operation
lethekit copied to clipboard

Open source DIY hardware box for offline cryptographic tools.

Results 7 lethekit issues
Sort by recently updated
recently updated
newest added

The LetheKit seedtool application generates new wallets using dice entropy to create BIP39 and SLIP39 recovery mnemonics. The BIP39 and SLIP39 mnemonics represent valid wallets, but they are not the...

### Current Behaviour ### The Lethekit seedtool will operate as only option with 128 bit BIP39 seed / 12 word BIP39 Mnemonic length. ### Proposed Change ### Allow a user...

Why was the SparkFun Thing Plus - SAMD51 chosen? Is there any public documentation about the reasons for this choice? Would it be possible to build the LetheKit with the...

Two related feature ideas in one: 1. allow input to be interpreted as coin tosses/raw binary instead of dice rolls 2. entropy whitening of inputs. total rolls/tosses required may be...

## Abstract Match the implementation with https://github.com/cryptoadvance/specter-diy/issues/85

## Abstract ### BIP32 I see 2 options: * [bip32 from trezor](https://github.com/trezor/trezor-crypto/blob/master/bip32.c): this would need to be cleaned up (of altcoin code), it has many dependencies, including secp256k1 (written by...