go-sqlcipher
go-sqlcipher copied to clipboard
Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
//windows 10 # github.com/xeodou/go-sqlcipher D:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../lib/libcrypto.a(e_capi.o):e_capi.c:(.text+0xe0): unde fined reference to `__imp_CertFreeCertificateContext' D:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../lib/libcrypto.a(e_capi.o):e_capi.c:(.text+0x160): und efined reference to `__imp_CertFreeCertificateContext' D:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../lib/libcrypto.a(e_capi.o):e_capi.c:(.text+0x56f): und efined reference to `__imp_CertGetCertificateContextProperty' D:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../lib/libcrypto.a(e_capi.o):e_capi.c:(.text+0xafe): und efined reference to `__imp_CertGetCertificateContextProperty' D:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../lib/libcrypto.a(e_capi.o):e_capi.c:(.text+0xc4e): und...
Hello and excuse me for a strange question. I've started maintaining our company's small project written in Go. It uses SQLite3 and your go-sqlcipher, also Gorm v1 and labstack/echo as...
build error:./sqlite3-binding.c:24503: undefined reference to `HMAC_CTX_new'
I am trying to create a db by the function Open. It was fine but for some other db when file name is too long it's giving below error: unable...
## Context where the vulnerabilities are detected __Steps to reproduce__: Create a Hello World application importing xeodou/go-sqlcipher Build the application Scan the result with Black Duck Binary Analysis __Expected behavior__:...
Hello, We have a user that runs our application (executable) on Ubuntu 20, and he needed to install the `libssl1.0.0` library. Does go-sqlcipher not bundle the OpenSSL library?
After some work hereby the manual for succesfull compilation on Windows 64 bit. ( Also for dummies ) OS: Windows 10 Arch: 64bit This tutorial is based upon my own...
Maybe easy to upgrade sqlcipher and less OS depends problems. Is there any problem make you merge all files in one?
I think, that this library not threadsafe and it affects only encrypted database. I use it something like that - https://play.golang.org/p/u15ttN2661 And then I encrypt database, parallels write records broke...
I have the gcc properly installed. But looks like there seems to be an issue while installing go-sqlchiper. Has anyone tried to install the new release on windows yet. Any...