Android Question [B4X] B4XEncryption not working

WhiteWizard

Member
Licensed User
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.

 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…