chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #758: sql-de-lite procedures to key and rekey a s


From: Chicken Trac
Subject: Re: [Chicken-janitors] #758: sql-de-lite procedures to key and rekey a sqlcipher-ed db
Date: Sat, 17 Dec 2011 19:54:02 -0000

#758: sql-de-lite procedures to key and rekey a sqlcipher-ed db
---------------------------+------------------------------------------------
  Reporter:  arthurmaciel  |       Owner:  zbigniew                        
      Type:  enhancement   |      Status:  new                             
  Priority:  minor         |   Milestone:                                  
 Component:  extensions    |     Version:  4.7.x                           
Resolution:                |    Keywords:  sql-de-lite sqlcipher encryption
---------------------------+------------------------------------------------
Changes (by zbigniew):

  * milestone:  4.8.0 =>


Comment:

 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.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/758#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]