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

The way idb is stored on edge is different from chrome. #24304

Open
9 tasks
Miooiio opened this issue Apr 30, 2024 · 2 comments
Open
9 tasks

The way idb is stored on edge is different from chrome. #24304

Miooiio opened this issue Apr 30, 2024 · 2 comments

Comments

@Miooiio
Copy link

Miooiio commented Apr 30, 2024

What is this about?

I have an old computer that won't boot but I can copy the data, I tried to find the IDB file but it seems that edge's IDB file is shared by all the plugins so it can't be decrypted, how do I do that?

Scenario

No response

Design

No response

Technical Details

No response

Threat Modeling Framework

No response

Acceptance Criteria

No response

Stakeholder review needed before the work gets merged

  • Engineering (needed in most cases)
  • Design
  • Product
  • QA (automation tests are required to pass before merging PRs but not all changes are covered by automation tests - please review if QA is needed beyond automation tests)
  • Security
  • Legal
  • Marketing
  • Management (please specify)
  • Other (please specify)

References

No response

@Memexurer
Copy link

The only difference in restoring ldb from edge is that there is a different extension id: ejbalbakoplchlghecdalmeeeajnimhm

So you just go to %localappdata%\Microsoft\Edge\User Data\Default\Local Extension Settings\ejbalbakoplchlghecdalmeeeajnimhm, and then get the ldb from there

@Memexurer
Copy link

Also you can use this modified script based on https://github.com/cclgroupltd/ccl_chrome_indexeddb to extract keys:
dump_leveldb.py.txt
You can use it like this: python dump_leveldb.py.txt "%localappdata%\Microsoft\Edge\User Data\Default\Local Extension Settings\ejbalbakoplchlghecdalmeeeajnimhm"

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

No branches or pull requests

3 participants