Mael

Results 294 comments of Mael

BTW when using your library in a browser environment, does your library automatically switch to the underlying Webbluetooth backend? Or does the user have to do something like ``` const...

Would this work? ``` function decrypt(key, encryptedData) { var decipher, decoded, final, padding, iv = new Buffer.from(new Array(KEYLENGTH + 1).join(' '), 'binary', 'utf-8'); decipher = crypto.createDecipheriv('aes-128-cbc', key, iv); decipher.setAutoPadding(false); encryptedData...

I have the same issue, any idea?

I think it's a buggy chrome implementation... if you copy the requestLEScan directly in the DevTools console it works for some reason, but when running from javascript code it doesn't...

SingleFile also downloads youtube videos? I didn't know that

The best would be that the backend detects it, and the extension asks something like: “Overwrite” / “Create a copy” / “Cancel” which either overwrites, or creates a new entry...

I guess the best thing we could do is to just integrate SingleFile-core in Karakeep extension so that by default it does a SingleFile capture for the “archive”?