sqlcipher3 icon indicating copy to clipboard operation
sqlcipher3 copied to clipboard

Python 3 bindings for SQLCipher

Results 2 sqlcipher3 issues
Sort by recently updated
recently updated
newest added

Hi, @coleifer, @boldx , I'd like to report a vulnerability issue in **sqlcipher3-binary_0.4.5**. ### Dependency Graph between Python and Shared Libraries ![image](https://user-images.githubusercontent.com/101270230/160634902-a56ec036-2a13-442f-ae9c-b835b3038547.png) ### Issue Description As shown in the above...

I have created a fork: https://github.com/laggykiller/sqlcipher3 What is improved: - Using conan to install openssl (dependency of sqlcipher) - Building with sqlcipher version 4 - Building without scripts in `build-scripts`,...