super-e / slip39-dotnet

A .NET Standard implementation of SLIP-39
GNU General Public License v3.0
0 stars 0 forks source link

Recover BIP-39 from SLIP-39 shards generated by the slip39 tool #2

Open petre-c opened 1 week ago

petre-c commented 1 week ago

@super-e , I'm trying to find a way to recover the BIP-39 seed from SLIP-39 shards generated by https://github.com/pjkundert/python-slip39 tool to make sure that my SLIP-39 shards can be recovered by more than one tool.

Can the slip39-dotnet tool be used for that?

petre-c commented 1 week ago

https://github.com/pjkundert/python-slip39/issues/22