Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdeng/go-sqlcipher

SQL cipher go binding
https://github.com/jdeng/go-sqlcipher

Last synced: 12 days ago
JSON representation

SQL cipher go binding

Awesome Lists containing this project

README

        

# go-sqlcipher
SQL cipher go binding (see sqlite3.c for version information)

```*.go``` are from https://github.com/mutecomm/go-sqlcipher

```sqlite3.c``` is a legacy version which can work with WeChat android version.

See LICENSE.orig, README.orig for more information. Please note this packages depends on OpenSSL 1.0.x branch.

# Windows users
A few minor tweaks are needed: remove "-lcrypto" and add the include directories and macros in sqlite3_windows.go.

# Example
See ```cmd```.