I'm tryng to implement an AES Ecnryption with CBC and IV, however the examples that I found using B4XEncryption needs to call these members:
C.Initialize("AES/CBC/PKCS7Padding")
C.InitialisationVector(IV)
from the B4XCipher class, however this library only has to metods, Encrypt and Decrypt, and nothing else.
C.Initialize("AES/CBC/PKCS7Padding")
C.InitialisationVector(IV)
from the B4XCipher class, however this library only has to metods, Encrypt and Decrypt, and nothing else.