lp:~jplacerda/+junk/python-sqlcipher

Created by J.P. Lacerda and last modified

In order to use this as-is, first build and install sqlcipher:

git clone http://github.com/sjlombardo/sqlcipher.git

./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
make
sudo make install

TODO:

1) Prevent core dump when rekeying before keying;
2) Raise appropriate exceptions if keying or rekeying fails;
3) Write ATTACH test.

Get this branch:
bzr branch lp:~jplacerda/+junk/python-sqlcipher
Only J.P. Lacerda can upload to this branch. If you are J.P. Lacerda please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
J.P. Lacerda
Status:
Development

Recent revisions

11. By J.P. Lacerda

remove export function

10. By J.P. Lacerda

expose exportFunc

9. By J.P. Lacerda

allow threading

8. By J.P. Lacerda

fix rekey test - must key before rekey

7. By J.P. Lacerda

add sqlcipher tests

6. By J.P. Lacerda

fix Lib imports

5. By J.P. Lacerda

fix setup script and module file

4. By J.P. Lacerda

allow sqlcipher and sqlite to coexist

3. By J.P. Lacerda

fix functions and add sqlcipher #def

2. By J.P. Lacerda

add key and rekey functions

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers