Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require additional authentication before unlocking saved DiceKey #121

Open
UppaJung opened this issue Nov 16, 2021 · 0 comments
Open

Require additional authentication before unlocking saved DiceKey #121

UppaJung opened this issue Nov 16, 2021 · 0 comments

Comments

@UppaJung
Copy link
Contributor

UppaJung commented Nov 16, 2021

When a user saves a DiceKey on the Electron desktop app, it should be stored in the credential store with a flag that requires the use of additional authentication before unlocking.

Requires adding support for this into the keytar package.
atom/node-keytar#405

On MacOS, see:
https://developer.apple.com/documentation/localauthentication/accessing_keychain_items_with_face_id_or_touch_id

For Windows:
???
keytar should not use set Credential.Persist=CRED_PERSIST_ENTERPRISE, but instead CRED_PERSIST_LOCAL_MACHINE so that DiceKeys aren't moved between machines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant