https://github.com/figome/haskell-sqlcipher
A Simple SQLCipher library for Haskell
https://github.com/figome/haskell-sqlcipher
encrypted haskell sqlcipher sqlite
Last synced: 10 months ago
JSON representation
A Simple SQLCipher library for Haskell
- Host: GitHub
- URL: https://github.com/figome/haskell-sqlcipher
- Owner: figome
- License: other
- Created: 2016-07-22T09:26:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T11:08:13.000Z (over 8 years ago)
- Last Synced: 2024-03-24T00:26:29.205Z (almost 2 years ago)
- Topics: encrypted, haskell, sqlcipher, sqlite
- Language: C
- Size: 1.67 MB
- Stars: 1
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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/