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?)
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?)