-
**What it is?**
Similar to the open issue https://github.com/karlsen-network/karlsend/issues/27 which will add 12-word support into the `karlsend` node daemon, we must support 24-word mnemonic string…
-
**Describe the bug**
When opening the app, I'm presented with two choices:
- Check BIP39 recovery phrase
- Check SSKR recovery phrase
My intent is to generate SSKR shards to backup my secret…
-
Would be great if the "BIP39 Split Mnemonic" could be configured to split into more than 3 cards (up to the number of seed words, providing it's divisible).
Though this is still less secure than ht…
-
I've just noticed that if you recover a wallet by importing its seed phrase on electrum, it won't be stored anywhere on your hard drive. Alongside, if you normally create a wallet, the seed phrase can…
-
Hi,
I wanted to check interoperability with https://github.com/BlockchainCommons/seedtool-cli-rust, but I can't get it to work.
E.g.
```
~ sskr-tool split 2of3 1 "abandon abandon abandon aba…
-
This crate has a bug. I noticed it doesn't have any unit test that verifies the implementation against the test vectors in the BIP39 spec.
```rust
#[test]
fn test_bip39() {
let v…
-
crates.io and docs.rs list this to be the same crate as https://github.com/infincia/bip39-rs/, just a newer release of it. As far as I can tell they are two completely different implementations of bip…
-
Connect BIP39 passphrases and wallet pins, let you define multiple complex BIP39 passphrases, each connected to an easy to remember pin.
There would be no hint if you are using a passphrase or not …
-
If we resolve the circular dependency that was affecting rollup builds, we could tree-shake the following and save bundle size.
[Dependency sizes](https://bundlephobia.com/scan-results?packages=argon…
-
I am trying to convince all projects I am contributing to place simple information on their READMEs to assist users in restoring their funds.
My suggestion is the following:
1. Read / contribute your…