Dimitri Witkowski
Dimitri Witkowski
Does it work in incognito with a personal account?
Well it should be ok. I wonder how to test this… any help would be welcome
Hi! What is "windows hello"?
Sorry, stupid question indeed, found it in google. It's possible, as well as Apple Fingerprint, but probably would be quite complicated.
@vdurante I don’t think there’s support in Electron now
I don't think that calling an external executable to compute a piece of master key is a good idea.
It's easier to attack, for example, replace the executable with another one. We can of course check it before running, but still, having a library would be better.
WebAuthn won't help here, it's a bit different thing. There's also a blocker described in https://github.com/keeweb/keeweb/issues/679#issuecomment-730660470.
As soon as (if) the Electron thing is resolved, we'll be able to support this, as well as macOS touch id, since now we can have native modules and the...
It's hard to explain to a non-developer if you don't have a lot of time for that, but I'll try do describe it: we 're using [Electron](https://www.electronjs.org/) as a framework...