B4A Library SqlCipher version 4.10.0

Hola, debido a los problemas que encontré con Google y SQLCipher, decidí actualizar la librería a la versión 4.10.0.
Usé un envoltorio de Erel y ajusté las referencias a la nueva versión.

Por favor, notifiquen cualquier error. Probé parte de la librería; el ámbito de prueba fue en Android 15 (dispositivo real). Si tienen problemas de artefactos o referencias, verifiquen primero en el foro la solución antes de reportar el error.

Traté de mantener los nombres de los métodos iguales. Solo cambié SqlCipher a SqlCipherB4A (nombre de la clase).

En el envoltorio, Erel extiende la clase SQLCipher de SQL. Yo eliminé esa extensión.
Adjunto los archivos (.aar) y las librerías.



Hello, due to the issues I encountered with Google and SQLCipher, I decided to update the library to version 4.10.0.
I used Erel’s wrapper and adjusted the references to the new version.

Please report any errors. I tested part of the library; the testing scope was Android 15 (real device). If you encounter issues with artifacts or references, please check the forum for a solution before reporting the error.

I tried to keep the method names the same. I only changed SqlCipher to SqlCipherB4A (class name).

In the wrapper, Erel extends the SQLCipher class from SQL. I removed that extension.
I am attaching the (.aar) files and the libraries.


AAR LIB Adicionales

B4X:
#AdditionalJar: sqlite-2.4.0.aar
#AdditionalJar: sqlcipher-android-4.10.0.aar
 

Attachments

  • SQLCipherB4A.zip
    10 KB · Views: 17

Alex_197

Well-Known Member
Licensed User
Longtime User
Works perfect right out of box to me on my Android 15 phone. The only disclaimer - it was upgraded to Android 15.
 

mcqueccu

Well-Known Member
Licensed User
Longtime User

Attachments

  • SQlCipher.zip
    71.9 KB · Views: 7
Top