Android Question B4XCipher memory use

a n g l o

Active Member
Licensed User
Longtime User
hi,
after many tests on different devices, i get the impression that :
B4XCipher.Encrypt memory usage is the size of the byte array that passed (and returned).
B4XCipher.Decrypt memory usage is the size of the byte array that passed (and returned) * 2 .

since it's a library (B4XEncryption) and not a class module, i can't check the source to find out if the algorithm really needs that double amount in Decrypt, or it's a thing that can be corrected/improved.

thank you
 
Top