Jump to content

[SOLVED] Workflow to retrieve Chrome passwords stored in Keychain


Recommended Posts

Hi there, 

 

I found this great alfred workflow that retrieves passwords stored in your keychain when querying a website domain (https://github.com/sadovnychyi/alfred-chrome-passwords)

The workflow works pretty well but it always includes hexadecimal characters within the returned string (e.g. "mypassword<0x01>") 

Some websites ignore them which is cool, some others don't and consider the entered password is wrong. 

 

The repo has been inactive for a while now, I believe the issue lies under the decrypt.py file 

But since my coding skills are limited, I'm having a hard time at solving it. 

 

Anyone interested to help? 😇🙌

Thanks a lot! 

Edited by gregoire
Link to comment

And I finally managed to solve my issue by following one of this commit that does a change within the decrypt.py : https://github.com/sadovnychyi/alfred-chrome-passwords/commit/0e560c8e66804619a23eb8587d9f5fba3f3d1705

 

It was not included into the latest release which is why it could work as expected

Happy to have solve my own problem, feel free to erase this thread if you feel it won't be useful to someone else :) 

 

Cheers! 

Link to comment
  • vitor changed the title to [SOLVED] Workflow to retrieve Chrome passwords stored in Keychain

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...