|
|
|
|
|
by jeroenhd
1141 days ago
|
|
I imagine this should be possible with a very small connector addon that calls out to a secure wallet running on the desktop as a native application. This requires some careful consideration to prevent phishing and other nastiness, but a native application could use native window prompts and techniques such as Windows Hello/TouchID as an authentication technique that's hard to spoof. The complexity and risks are still there but you can hide away the important secrets much better with a native application than a browser extension ever could. It would also allow access to better sources of randomness and all kinds of sandboxing and exploit protection that aren't available with WASM. |
|