Library documentation: B4XEncryption - v1.00 B4A Library [B4X] B4XEncryption - Erel    Sep 20, 2022   (22 reactions)   tags: B4XEncryption, Security, encrypt, B4A to use and it is compatible with B4J jB4XEncryption library and B4i Encryption library (Encrypt and... As B4XCipher
Return c.Encrypt(text.GetBytes("utf8"), password)
End Sub
Sub... Tool B4XEncryption .net DLL class library - Chris Lee    Feb 25, 2018   (12 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... 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... B4J Question [ B4XEncryption ] Problem with password size - Waldemar Lima    Feb 4, 2022 .b4x.object.B4XEncryption.Decrypt(B4XEncryption.java:73)
at b4j.example.index._handle(index.java:61...) As Byte()
Dim c As B4XCipher
Return c.Encrypt(text.GetBytes("utf8"), password)
End Sub
Sub DecryptText(EncryptedData() As Byte, password As String) As String
Dim c As B4XCipher
Dim b...-Chamados\Objects\logs\b4j-2022_02_04.request.log
2022-02-04 16:35:25.360:INFO:oejs.AbstractConnector:main... B4J Question [ B4XEncryption ] Problem in Encrypt - Waldemar Lima    Feb 3, 2022
src\b4j\example\main.java:77: error: no suitable method found for NumberToString(byte)
_token = BA... 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... 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 Which library to use for HMAC-SHA256 - tried jB4XEncryption & B4XEncryption - Erel (first post)    Oct 7, 2024   (1 reaction) (j)B4XEncryption is for cross platform AES encryption: https://www.b4x.com/android/forum/threads/b4x-b4xencryption.48177/#content
You need the Encryption library: https://www.b4x.com/android/forum/threads/base64-and-encryption-library.6839/#content
It is compatible with B4J.... B4J Library jB4XEncryption - Erel    Feb 7, 2021   (10 reactions)   tags: jB4XEncryption, AES Encryption, Encryption, AES This library allows you to encrypt or decrypt data using the AES encryption method. It is simple to use and it is compatible with B4A B4XEncryption library and B4i Encryption library (Encrypt and Decrypt method) which means that you can encrypt the data on one platform and decrypt it on a different platform. The B4J library depends on BouncyCastle. You need to download this jar and use #AdditionalJar: https://www.b4x.com/android/forum/threads/share-encrypted-data-with-b4a.35482/#content... Page: 1   2   3   4   5   6   7   |