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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.