Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/figome/haskell-sqlcipher

A Simple SQLCipher library for Haskell
https://github.com/figome/haskell-sqlcipher

encrypted haskell sqlcipher sqlite

Last synced: 27 days ago
JSON representation

A Simple SQLCipher library for Haskell

Awesome Lists containing this project

README

        

SQLCipher bindings for Haskell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is a fork of https://github.com/GaloisInc/sqlite with added functionality
for SQLCipher[1]. The following SQLCipher specific functions are available:

* sqlite3_key
* sqlite3_key_v2
* sqlite3_rekey
* sqlite3_rekey_v2

[1] https://www.zetetic.net/sqlcipher/sqlcipher-api/