You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
The reason is very simple, today I use it to authenticate, but I have to format my computer so I'll lose all my keys or I'll have to save it by hand. D:
The idea is to put a way to export and import the keys, to maintain security it would be good to have some kind of password encryption for this exported file and when it is re-imported you have to enter the same password, plus an option to export without password.
Export and import is definitely on the roadmap for the WebAuthn Devtools panel (which supersedes this extension... I should really mark this repo as deprecated).
That said, I am curious about your comment about formatting your PC. Credentials are supposed to be cleared when you close the tab, are they somehow persisting? That would be a (serious) bug, but I don't see how that could possibly be the case.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The reason is very simple, today I use it to authenticate, but I have to format my computer so I'll lose all my keys or I'll have to save it by hand. D:
The idea is to put a way to export and import the keys, to maintain security it would be good to have some kind of password encryption for this exported file and when it is re-imported you have to enter the same password, plus an option to export without password.
Maybe you can also use google's own API with the
storage.sync
function to sync them across the user's other devices.https://developer.chrome.com/docs/extensions/reference/storage/
The text was updated successfully, but these errors were encountered: