Hi Everyone!
My app should be a cross platform app, and must be prepared to encrypt files more than 2 GB, like videos etc... For that, I'm using the class B4XBytesBuilder and the function SubArray2 to implement the encryption, but I have a problem, this function only use integers instead of long types, makes the thing more complicated because I could only manage arrays below 2Gb aprox. and I need to cover the possibility to handle + 2gb arrays , How can I solve this situation?
Thanks in advance!
br,
Paulo Bueno