B4A Library [B4X] B4XEncryption - Erel    Sep 10, 2025   (24 reactions)   tags: B4XEncryption, Security, encrypt, B4A confusion, B4XEncryptino is not a b4xlib and is made of three platform specific libraries:
B4XEncryption - B4A
jB4XEncryption - B4J
iEncryption - B4i (Encrypt and Decrypt methods)
It is simple to use... Tool B4XEncryption .net DLL class library - Chris Lee    Feb 25, 2018   (13 reactions)   tags: Encryption service.
Because the B4XEncryption library works in all the B4X environments, I wanted a way to decrypt and encrypt data in the same way as the B4XEncryption libraries do.
Details of the B4XEncryption... B4A Question About B4XEncryption library - LucaMs    Sep 8, 2025 B4XEncryption library:
https://www.b4x.com/android/forum/threads/b4x-b4xencryption.48177/
166651
I'm lost!
Is that B4XEncryption described at that link?
Is it obsolete? It seems to be only... B4i Question [SOLVED] B4XEncryption to iEncryption: Error decoding data as string. - yiankos1    Nov 29, 2024 b4a
Dim c As B4XCipher
#Else
Dim c As Cipher
#End If
Return c.Encrypt(text... As String) As String
#if b4a
Dim c As B4XCipher
#Else
Dim c As Cipher
#End If
Dim b... B4J Question B4XEncryption Decryption help needed [Solved] - Anser    Mar 7, 2018 Hi,
I am trying to use B4XEncryption and Decryption.
I Encrypt some data in B4A app and I expect....PaddedBufferedBlockCipher.doFinal(Unknown Source)
at anywheresoftware.b4x.object.B4XEncryption.Decrypt(B4XEncryption... Tool B4XEncryption : Decrypt from Delphi - dcoun    Apr 9, 2018   (7 reactions) Use DCPcrypt lib from https://sourceforge.net/p/dcpcrypt/code/HEAD/tree/
I took code from: http://ke... B4A Question [SOLVED] Data encryption - B4XEncryption - LucaMs    Mar 1, 2020 I tested with B4J the code attached to the B4XEncryption thread:
Dim encryptedData() As Byte = EncryptText("confidential", "123456")
Log(DecryptText(encryptedData, "123456"))
It takes about 2.3 / 2.4 seconds on my PC, to encrypt and decrypt that short text, using that short password.
It is a lot of time. Is there anything faster (still multiplatform)?
P.S. Tested... B4A Question (SOLVED) B4XEncryption difference between B4J and B4A? (or is it me? probably me...) - walt61 (first post)    Aug 9, 2025   (5 reactions) Found it ! I was using #AdditionalJar: bcprov-jdk18on-177 and that appears to have been the culprit.... B4i Question Error Compiling Program - "fatal error: 'B4XEncryption.h' file not found" - MrKim    Jul 18, 2020 'B4XEncryption.h' file not found"
B4i Version: 6.50
Parsing code. (0.20s)
Building folders.../B4iProject/b4i_testmysql.h:9:9: fatal error: 'B4XEncryption.h' file not found
#import... B4J Question B4XEncryption and jB4XEncryption interoperability - yo3ggx (first post)    Mar 21, 2025
This is exactly what I did in the example project. Take the base64 string (=encoded bytes) from B4J... Page: 1   2   3   4   5   |