Results 1 to 38 of 38

Thread: RC6 - New encrypt option for Sqlite DB: SqlCipher

Threaded View

  1. #9
    Fanatic Member
    Join Date
    Mar 2013
    Location
    San Francisco, CA
    Posts
    528

    Re: RC6 - New encrypt option for Sqlite DB: SqlCipher

    @schmidt -

    I've converted several of my older MS Access database applications to SQLite. These applications have all used un-encrypted MS Access databases. I'm also using VS Community 2019 ((VB.Net).

    I am now facing the conversion of an encrypted MS Access database to an encrypted SQLite database.

    I've searched for help on how to encrypt an SQLite database and have found lots (and lots) of information, but I've not been able to figure out how to do this. I've read that SQLite does not include encryption and that you need an extension for this. There are several commercial extensions available (e.g., SEE) but these are expensive (an SEE license is $2000).

    I think the SQLCipher software can encrypt a SQLite database and it is open-source (free). Reading more about this software, it appears that you have to compile the software in order to use it. This is where my understanding/experience "hits the wall" and I need some help.

    Can you give me some guidance on how to proceed (or point me to a good step-by-step tutorial)?
    Last edited by Mark@SF; Sep 17th, 2021 at 07:14 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width