xbrowsersync / app

xBrowserSync browser extensions / mobile app
GNU General Public License v3.0
1.52k stars 101 forks source link

Question: Decrypt bookmarks in browser with vanilla JS #374

Open viharm opened 2 years ago

viharm commented 2 years ago

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 commented 2 years ago

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

suburbanbourbon commented 2 years ago

have you seen this ?