When it comes to Shamir Secret Sharing, we all played with
iancoleman website.
ilap who is the maintainer of slip39-js also maintains slip39-dart, to take advantage of his library, I implemented subterfuge, a cross-platform slip39 app using flutter to make it a bit more appealing to people you are share your secret with. It's free software and without ads.
sources:
https://github.com/ethicnology/subterfugeSubterfuge is cross-platform (Linux, Android, Web, iOS, Windows) and I've distributed it on:
- linux:
https://snapcraft.io/subterfuge- android:
https://play.google.com/store/apps/details?id=org.ethicnology.subterfuge- web:
https://ethicnology.github.io/subterfuge/#/ You can build the others platforms yourself:
https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platformsThe app can be used offline and does not require any permission.
PS: the web version needs a few seconds to load the app