B4A Tutorial Android database encryption with SQLCipher library - Erel    Jul 20, 2025   (24 reactions) : https://www.zetetic.net/sqlcipher/open-source/ B4A SQLCipher is a special subtype of SQL object. There is almost no need to change any code in order to switch from regular SQL to SQLCipher. The only difference between SQL API and SQLCipher API is the Initialize method. SQLCipher.Initialize expects... changes required to convert from SQL to SQLCipher - Declare the SQL object as SQLCipher. - Change the initialize code to: SQL1.Initialize(File.DirRootExternal, "1.db", True, DB_PASSWORD, "... B4A Library SqlCipher version 4.10.0 - Enxix    Sep 16, 2025   (7 reactions) .
I tried to keep the method names the same. I only changed SqlCipher to SqlCipherB4A (class name).
In... SqlCipher a SqlCipherB4A (nombre de la clase).
En el envoltorio, Erel extiende la clase SQLCipher... Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) functions are deprecated in PHP. Recently I am thinking to update the sample project with what I have learned in this few years. I have seen some members here are still using mysqli but I want to introduce... are welcome to extend it to become a production ready and more powerful app. For example, In my real app, I have a function to upload profile photo. I remove the feature to leave it to members here to find out how to do it. The answer is in this forum and the Internet. In my previous code snippet, I use... B4A Question SqlCipher - recreate current database structure to SQLCipher Db - GeoffT660    Apr 12, 2018 Do I need any files from Zetetic Sqlcipher? The structure of my SqlLite db is currently edited with SqlLite Maestro, what do I need to do to recreate my databases for SqlCipher?... B4A Library xSQLCipher for Android Sqlcipher 4.5.4 - tummosoft    Mar 4, 2024   (8 reactions) This library is modified based on Erel's source code. I tried popular SQLCipher libraries like Zetetic, Guardianproject but Sqlcipher worked better, even though this library is no longer updated... database on Android OS
sqlci.initializeCipher("dtest", "swqhccKWiaLKJuPCGH2ebA=="... change
Dim target As String = File.Combine(File.DirInternalCache, "db_cipher.db")
File.Copy... Wish SQLCipher 4.5.4 update - epiCode    Sep 21, 2023   (1 reaction) I needed FTS5 which is available in SQLCipher 4.5.4. I tried compiling myself using SLC on code from github. Did not succeed due to many a.lang.NoClassDefFoundError. (Strangely it has package name anyhwheresoftware.b4a.objects.sqlcipher; with extra h after any) Requesting @Erel for an update for this extremely useful library.... B4A Library Updates to internal libraries - Erel    Aug 20, 2025   (16 reactions)   tags: CoreLibs Updates to internal B4A libraries will be posted here. Make sure to check the library version before updating. These libraries should be copied to the internal libraries folder (Program Files\Anywhere Software\B4A\Libraries).... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Feb 26, 2026   (50 reactions) B4JPackager11 is a utility written in B4J that uses the underlying Java tools to create...-the-simplest-way-to-distribute-ui-apps.99835/#content The output of this tool looks like this: https://www.b4x.com/basic4android/images/explorer_fa8Z3lAQP3.png You need to distribute the executable together with the 4 folders. The run_debug.bat batch file is useful to test the program and see the logs... to build a single file installer. The integrated packager creates a Windows package... B4A Question Applying sqlcipher-android-4.10.0.aar that fixes 16KB issues with SQLCipher - Alex_197    Aug 31, 2025 SQLCipher aar that will allow us to continue using it with 16KB requirements.
I did some tests on my... the search in AdditionalLib folder to see what file has a reference to android-database-sqlcipher-4.5.4.aar... B4A Question Error Failed resolution of: Lnet/sqlcipher/database/SQLiteDatabase; when applying sqlcipher-android-4.10.0.aar to fix the SQLCipher 16KB issue - Alex_197    Sep 14, 2025 -sqlcipher-android-4-10-0-aar-that-fixes-16kb-issues-with-sqlcipher.168471/post-1033728 I must to admit...? Is there anyone who was able to apply this aar and continue to use SQLCipher with 16KB requirement....NoClassDefFoundError: Failed resolution of: Lnet/sqlcipher/database/SQLiteDatabase; at anyhwheresoftware.b4a.objects.sqlcipher.SQLCipher.Initialize(SQLCipher.java:51) at b4a.example.main._activity_create....ClassNotFoundException: net.sqlcipher.database.SQLiteDatabase ... 19 more ** Activity (main) Resume... Page: 1   2   3   4   5   6   7   |