2025-03-08
GitHub | bertrandom/chrome-cookies-secure

On Sonoma 14.5 when I log out the response of the SQL Lite query for `encrypted_value` it is already a Buffer. From what I've read sqlite3 should automatically retrieve BLOB columns as a Buffer. It's not obvious why Apple Silicon would change this. https://gist.github.com/creachadair/937179894a24571ce9860e2475a2d2ec - column type https://www.npmjs.com/package/sqlite3 - full blob/buffer support _I wonder if anyone else on Apple Silicon can confirm this issue?_ Can you do a fresh install? rm package-lock, node_modules etc?