You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for users of the SQLCipher transparent encrypted database library.
|
|
|
instant php happiness: PDO_sqlcipher
|
| |
Dear members, happy to tell you that i came into contact with a php PDO driver for sqlcipher at [link] this circumvents all tedious patching of the php sqlite3 module and 'simply' adds a php PDO extension for sqlcipher : pdo_sqlcipher.so. It makes for a much cleaner setup, if you have pdo enable on your server.... more »
|
|
How to use existing SQLite to SQL Cipher ( encrpted DB)
|
| |
Hi , I came across the SQLite DB in Android , currently I came to know about SQL Cipher , So How to use existing SQLite to SQL Cipher ( encrpted DB). Whter its possible , if yes means , how to proceed Thanks in advance Ashraf
|
|
Android SQLCipher - Insert data will eat memory
|
| |
Hi, I use SQLCipher(Android) to store data. Every three seconds will insert 3 records. When I use setting -> Apps -> Downloads to watch the amount of memory, I find the free space decrease. For a test of 12 hr inserting, memory use more than 60MB. Although the application was not crash but I suspect it will eat more... more »
|
|
Building Secure Applications: June 6th at New Work City
|
| |
Dear SQLCipher Users,
On Thursday, June 6th, Zetetic and The Guardian Project will be hosting an
evening of short talks and conversation about the how and why of building
secure apps and keeping your users' data hidden. There will be short
presentations on tools like SQLCipher, IOCipher and NetCipher and our... more »
|
|
Error on iOS: file is encrypted or is not a database
|
| |
I'm using the community edition of SQLCipher on an iPad project. I'm using iOS 6.1, Xcode 4.6.2, openssl-1.0.1e, SQLCipher version 3.7.14.1. My app communicates with a server. It downloads a bunch of records, the user edits the records, and then each modified record is sent back to the server for processing. Because the app has to still work when there is no... more »
|
|
'openssl/rand.h' file not found
|
| |
I'd like to use sqlcipher to encrypt a db in an iPad app. I followed the instructions at [link] and was unable to get a build. I went through the tutorial a second time, thinking I had missed a step, but still no joy. I read through the thread here<[link]>in this forum, tried everything mentioned, and still get that error.... more »
|
|
Zetetic at the Google I/O Developer Sandbox
|
| |
Zetetic has been invited to participate in the Developer Sandbox at the
Google I/O conference this week.
[link]
If you're attending Google I/O this year and use SQLCipher, please take a
minute to stop by and see us in the Developer Sandbox area on Thursday, May... more »
|
|
SQLCipher interroperability: Error: file is encrypted or is not a database
|
| |
Dears, I started to use SQL Cipher community version as an encryption solution for my sqlite3 database a while ago. It worked perfectly until I tryed to open my encrypted database from an other environment. I did some basic tests this way: PRAGMA key = 'passphrase'; Create table test_table(field1 int(11) not null default '0');... more »
|
|
|