sqlcipher-packaging:attach

Last commit made on 2013-08-13
Get this branch:
git clone -b attach https://git.launchpad.net/sqlcipher-packaging

Branch merges

Branch information

Name:
attach
Repository:
lp:sqlcipher-packaging

Recent commits

6f4a0f2... by Nick Parker <email address hidden>

Adjustments to cipher_migrate

- And format flags when checking for exit condition
- Pass key size to sqlcipher_check_connection
- Trace version upgrade logic

c3f6cf1... by Stephen Lombardo <email address hidden>

null termination of key value

dce806a... by Nick Parker <email address hidden>

Add tests for cipher_migrate

f844a5d... by Nick Parker <email address hidden>

Attach new codec before btree copy

9b415f6... by Nick Parker <email address hidden>

Work to configure the proper env. for the migration

b507d1b... by Nick Parker <email address hidden>

Clean up compiler warnings

fb14d95... by Nick Parker <email address hidden>

Swap btree for write, reset password on codec - working.

b92ddfc... by Nick Parker <email address hidden>

More work on cipher_migrate, still unusable

4bc6ba0... by Nick Parker <email address hidden>

Initial work on a PRAGMA cipher_migrate

Swapping of the Btree meta data is not working properly now.

6cd1fdf... by Stephen Lombardo <email address hidden>

finalize new attach behavior

- key can be specified in hex as key plus salt together
- source passphrase is cleared after derivation
- key specification containing derived key and salt stored on
  cipher_ctx for use in attach on an encrypted main database
  when no key is provided with the attach statement