Closed rom1504 closed 1 year ago
Which version of sqlcipher are you using?
the last one, 4.5.5
I see, https://github.com/sqlcipher/sqlcipher/commit/e4b66d6cc8a2b7547a32ff2c3ac52f148eba3516 was meant to make these params non necessary
hmm indeed when I do it manually with sqlcipher binary it seems to work without these params now...
ok I had to sudo apt-get remove libsqlcipher0
so it would use the newer version of sqlcipher
so indeed we don't need this PR
I wonder why the check https://github.com/ppwwyyxx/wechat-dump/blob/baef03db850de2708f095405c93b8d3913a6ebfd/decrypt-db.py#L140-L142 is not effective for you
Yeah it's my bad, I had disabled it assuming that there was an error in the check since I thought I had installed fully the right version already.
On Mon, Oct 2, 2023, 2:48 AM Yuxin Wu @.***> wrote:
I wonder why the check https://github.com/ppwwyyxx/wechat-dump/blob/baef03db850de2708f095405c93b8d3913a6ebfd/decrypt-db.py#L140-L142 is not effective for you
— Reply to this email directly, view it on GitHub https://github.com/ppwwyyxx/wechat-dump/pull/96#issuecomment-1742166044, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437TMUJDURJVF4HSVS4DX5G3GJANCNFSM6AAAAAA5OIQVUM . You are receiving this because you modified the open/close state.Message ID: @.***>
found necessary while investigating in #95
inspired by https://blog.greycode.top/posts/android-wechat-bak/