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

Question: Decrypt bookmarks in browser with vanilla JS #374

Open
viharm opened this issue Feb 18, 2022 · 2 comments
Open

Question: Decrypt bookmarks in browser with vanilla JS #374

viharm opened this issue Feb 18, 2022 · 2 comments

Comments

@viharm
Copy link

viharm commented Feb 18, 2022

This issue (#105) is very interesting.

I'm trying to implement a web interface that directly interacts with the API (mainly so I can access my bookmarks from Apple devices).

Initially the intention is only to read the bookmarks from the API. I will see how it goes, before I can start updating bookmarks.

Do you think it's possible to do the two-step decryption (password hash, then decrypt) using vanilla JS in browser? ( I guess the extension does exactly that, right?)

@viharm
Copy link
Author

viharm commented Feb 18, 2022

I found this comment in #129, but I can't find utility.js

@suburbanbourbon
Copy link

have you seen this ?

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