b4xencription

  1. LucaMs

    Android Question [SOLVED] Data encryption - B4XEncryption

    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...
Top