B4i Question Encrypt a database with password - mcqueccu (first post)    Aug 13, 2024 https://www.b4x.-library-for-b4i.47453/ B4A Library AES Encrypt/Decrypt (Encryption/Decryption) B4A and B4J library - Peter Simpson    Sep 22, 2020   (31 reactions) Released: 09/07/2019: 1.00
SS_AESEncryption
Author: Peter Simpson
Version: 1
AESEncryption
Fields:
InitializationVector As String
SecretKey As String
Functions:
AESDecrypt (DecryptData As String) As String
Decrypt AES encoded data to plain string
AESEncrypt (EncryptData As String) As String
E B4A Question Very large APK using sqlcipher - MicroDrie (first post)    Aug 24, 2022 Encrypting a SQL database has its price. One of them is a larger memory footprint. On the one hand, because in addition to the encryption routines, these must also be linked and included in your program.
You can determine how much that is by looking at the size of a test project. First with an empt B4J Tutorial H2 Database - tchart    Jul 18, 2021   (24 reactions) Embedded In memory database
DBtemp.Initialize2("org.h2.Driver","jdbc:h2:mem:mydatabase","sa","sa")
3. Connect to remote server (in Potsgres Mode)
Dim driver As String = "org.h2.Driver"
Dim url As String = "jdbc:h2:tcp://db_host/~/mydatabase;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE"
DBdest.Initializ B4J Question Any way to encrypt images in Assets folder? (for security reasons) - MicroDrie (first post)    Feb 17, 2022 Good idea, but the practice is unmanageable. Encrypting a database is also not without problems. After a lot of searching I found out that if you do that, you come into conflict with, for example, the unencrypted search of a B4X table search field. B4J Question The JDBC could not open the encrypted database - yshzsl    Aug 07, 2024 invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:629)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:234)
at anywheresoftware.b4a.shell.Shell.raiseEvent(S B4A Example Syncing local databases using PHP to access a database on a hosted server - Cliff McKibbin    Dec 17, 2023   (12 reactions) 11/26/2023 In attempting to encrypt selected fields in our records we found some special characters caused drop-outs or insertion of extra characters in the messages sent to and from the server. See above for the new 'PurgeChar' and 'UnpurgeChar' subs that replace these special characters. The B4J Question The problem that multiple user on the web server store data in the database at the same time! - EnriqueGonzalez (first post)    Nov 03, 2022   (1 reaction) com.microsoft.sqlserver.jdbc.SQLServerDriver url must be: jdbc:sqlserver://ip:Port;databaseName=database;encrypt=false jdbc:sqlserver://192.168.1.10:1433;databaseName=master;encrypt=false https://learn.microsoft.com/en-us/sql/connect/jdbc/using-the-jdbc-driver?view=sql-server-ver16 Some (i mean B4A Question Looking for a B4A example project using Format Preserving Encryption - MicroDrie (first post)    Apr 27, 2022   (1 reaction) Very good that you are thinking/must think about information encryption. The very first question to be answered is "What is the indisputable reason(s) for keeping information? What is often forgotten is that collecting, storing, protecting, creating regular backups, updating and cleaning up, all tho B4J Question connect to encrypted database - MichalK73 (first post)    Feb 25, 2023 You need to look for another SQLite driver that supports encryption. These are usually paid versions. Page: 1   2   3   4   5   6   7   Powered by ColBERT |