[C++] Cannot use SQLCipher4 in CPP

I need to use SQLCipher4 HMAC_SHA512 algo I do installed sqlcipher4, but I still cannot open a database that encrypted with HMAC_SHA512 algo

Please help~

Hi @marcoyee,

It appears that your connnect3.out binary is using SQLCipher version 3.4.1 based on the output. Prior to SQLCipher version 4, HMAC_SHA512 and PBKDF2_HMAC_SHA512 was not supported within the library. You should consider rebuilding the SQLCipher library with the latest version, then link that into your application to support the 4.x features.