You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our company is trying to get a hold of new android sqlcipher binaries that include the recent security fixes to prevent logging of sensitive data. Could you please compile and publish them?
I tried doing this myself by following instructions on sqlcipher.net -- however, the make file has been encountering a few errors, and I'm stuck now. So far, I've seen:
openssl submodule pointing to unknown/bad commit (to fix this, I did git submodule sync; git submodule update)
Configure script missing from openssl submodule (to fix this, I cloned android-database-sqlcipher repo from scratch)
many warnings during make from Android NDK such as "non-system libraries in linker flags" and "This is likely to result in incorrect builds" (unresolved)
make file fails towards end because build.xml missing from bin dir, with error "Buildfile: build.xml does not exist" (unresolved; in fact, I see no bin dir at all)
It would be very helpful if someone would be able to publish new binaries.
The text was updated successfully, but these errors were encountered:
Hey Nick, et al,
Our company is trying to get a hold of new android sqlcipher binaries that include the recent security fixes to prevent logging of sensitive data. Could you please compile and publish them?
I tried doing this myself by following instructions on sqlcipher.net -- however, the make file has been encountering a few errors, and I'm stuck now. So far, I've seen:
It would be very helpful if someone would be able to publish new binaries.
The text was updated successfully, but these errors were encountered: