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

Cannot get Chrome Safe Storage password #85

Open
anstadnik opened this issue Jul 30, 2022 · 2 comments
Open

Cannot get Chrome Safe Storage password #85

anstadnik opened this issue Jul 30, 2022 · 2 comments

Comments

@anstadnik
Copy link
Contributor

The following code fails with an error KeyringError::NoPasswordFound.

let ring = Entry::new("Chrome Safe Storage", "Chrome");
let pass = ring.get_password().expect("Get Password failed");

If I open seahorse, I see the relevant item (so the attribute name is correct), but I couldn't find info about the username assigned to that record.
image
Can you point me in the correct direction? I assume that the username might be wrong, but I have no idea where to check which one is used with Chrome Safe Storage.

@wendajiang
Copy link
Collaborator

Your system look like Linux distribution ?

@anstadnik
Copy link
Contributor Author

anstadnik commented Dec 14, 2022

Yup, I had Arch Linux.
Now I use macOS, where everything works like a charm, but I can give you more info if needed.

P.S. Thanks for your work (:

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

2 participants