Opened 13 years ago
Closed 11 years ago
#758 closed enhancement (worksforme)
sql-de-lite procedures to key and rekey a sqlcipher-ed db
Reported by: | arthurmaciel | Owned by: | Jim Ursetto |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | extensions | Version: | 4.7.x |
Keywords: | sql-de-lite sqlcipher encryption | Cc: | |
Estimated difficulty: |
Description
Implementation of sqlite3_key and sqlite3_rekey procedures to work with sql-de-lite using an external sqlcipher-ed sqlite3 database.
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | sqlite3-api.h.patch added |
---|
Changed 13 years ago by
Attachment: | sqlite3-api.scm.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | 4.8.0 |
---|
comment:2 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing due to nonresponse. Suggested workaround should work fine.
Note: See
TracTickets for help on using
tickets.
sqlcipher is not a standard sqlite extension and this patch will not compile if the extension is not present. Therefore it would need some kind of feature detection or manual override.
I suggest instead you do as the docs for both sqlcipher and sqlite's own SEE recommend: simply use 'PRAGMA key =' and 'PRAGMA rekey ='; in this case it's not necessary to extend the wrapper.
If this solution works for you, please close the ticket.