build locally and only rekey it.
➜ SQLite3MultipleCiphers git:(main) ✗ ./sqlite3shell ":memory:"
SQLite version 3.39.2 2022-07-21 15:24:47 (SQLite3 Multiple Ciphers 1.4.7)
Enter ".help" for usage hints.
sqlite> ATTACH DATABASE ':memory:' AS aux1;
sqlite> PRAGMA rekey='password';
[1] 301894 segmentation fault (core dumped) ./sqlite3shell ":memory:"
build locally and only rekey it.
i found this and opened it over here:
m4heshd/better-sqlite3-multiple-ciphers#27