Skip to main content

Questions tagged [sqlcipher]

SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.

sqlcipher
0 votes
0 answers
44 views

SQLCipher "file is not a database" Error After Updating iOS App

I'm encountering an issue with SQLCipher in my iOS app after updating to a new version, which involves different workspaces of my app. The app uses SQLCipher(version: 3.1) to manage an encrypted ...
bAthi's user avatar
  • 351
0 votes
0 answers
20 views

Issues accessing RHEL 9 from tssh component on talend

When connecting to rhel9 server by tssh component on Talend i am facing below error : Exception in component tSSH_3 (sample_ssh) java.io.IOException: There was a problem while connecting to ...
dev_code's user avatar
0 votes
0 answers
21 views

I want to encrypt my Localdatabase and my application involves xamarin.forms,xamarin.mac,and a classlibrary. I am using package sqlite-net-sqlcipher

STRUCTURE: I am using xamarin.forms and Cocoa app(xamarin.mac) in integration with it. My xamarin.forms deals with all the UI, and the Cocoa app(xamarin.mac) does interaction with all the mac API's. I ...
core mail's user avatar
0 votes
0 answers
28 views

ImportError: symbol not found in flat namespace '_ERR_error_string' when using sqlcipher3 on macOS

I'm trying to use sqlcipher3 on my mac. I've installed SQLCipher using Homebrew and the sqlcipher3 Python package via pip. However, when I attempt to import sqlcipher3 using the following code: from ...
Niklas Wild's user avatar
0 votes
0 answers
29 views

how can i connect to the sqlcipher file like 'D:/db.db3' in java,not android

I have a sqlcipher file locally, which is encrypted. How can I connect to it and dosomthing using java code? like execute sql,I tried a lot, but all failed. I try this, but failed <dependency> ...
user25408231's user avatar
0 votes
0 answers
55 views

Compiling and linking SQLCipher (SQLite) properly with ICU extension enabled

I'm trying to build SQLCipher from source and link it to another project as a static library. The configuration I use (mostly according to this topic). I obtain all necessary flags by executing "...
Nightcrawler's user avatar
0 votes
0 answers
74 views

Unable to Open SQLCipher-Encrypted SQLite Database in DB Browser for SQLite

I'm working on a C# application that encrypts an SQLite database using SQLCipher. I'm able to encrypt the database and access it in my application using the correct password. However, when I try to ...
sw01's user avatar
  • 1
0 votes
0 answers
49 views

sqlcipher and Flutter - rekey does not happen

I'm coding in DART on Flutter. I'm able to open a sqlite database with the key (checked it in DB Browser). And rest of app runs fine so DB is being opened ok. I followed all recommendations across ...
Eamon O Doherty's user avatar
0 votes
0 answers
21 views

Sqlcipher3 function rekey doesn´t seem to work?

I´m using python 3.12 and sqlite3 and sqlcipher3 community. My IDE is PyCharm Community 2023.3.5. When trying to rekey nothing happens and no error is shown! The database is not empty. Anyone had the ...
Leslie Holm's user avatar
0 votes
0 answers
39 views

Facing problem in implementation of SQLCipher

This are my project files AndroidManifest.xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" ...
SHRI Y.N.TANK's user avatar
0 votes
1 answer
115 views

iOS Project with SQLCipher and SQLite Dependency

How can an iOS project be configured so that it can use the SQLCipher pod and also install 3rd party pods (like the Adobe Mobile SDKs) which use SQLite3? SQLCipher has a disclaimer that usage with ...
Charles's user avatar
  • 835
0 votes
0 answers
44 views

Securing Password Management in TSQLite3Connection with SQLCipher

I am working on an application in Lazarus with a SQLCipher database. I use the TSQLite3Connection component for connection. Secure password management is crucial to me, especially when using SQLCipher....
Krzysztof W's user avatar
0 votes
0 answers
46 views

Unable to find dialect at @journeyapps/sqlcipher

I’m trying to connect to already encypted local Sqlite3 DB with @journeyapps/sqlcipher in an Electron App. i used db browser to encrypt the db with password. i got following error when try to connect ...
electronapp's user avatar
0 votes
0 answers
71 views

how to configure QT for Sqlcipher

i'm using sqlcipher in cli mode on windows and it works very well. now i'm trying to integrate it into my QT 6.6 project, but it won't work. I've tried adding the following config to my .pro file ...
franckyfrancky's user avatar
0 votes
0 answers
164 views

Could not create DB Connection due to SQL-Cipher issue when migrating from Xamarin to .net Maui

I can create a DB Connection in Xamarin using the following code: var options = new SQLiteConnectionString(dbPath, true, dbPassword, postKeyAction: c => { c.Execute("PRAGMA ...
iTag's user avatar
  • 409

15 30 50 per page
1
2 3 4 5
41