QtechLab Active Member Licensed User Longtime User Jul 22, 2015 #1 Hey guys, Is there any way to implement AES 128 with symmetric key in B4I. Does the iEncryption library allow working with AES 128 with symmetric key? I need to encrypt data in this way: SERVER <----- encrypted packets -----> APP Thanks in advance. Best Regards, Marcello
Hey guys, Is there any way to implement AES 128 with symmetric key in B4I. Does the iEncryption library allow working with AES 128 with symmetric key? I need to encrypt data in this way: SERVER <----- encrypted packets -----> APP Thanks in advance. Best Regards, Marcello
Erel B4X founder Staff member Licensed User Longtime User Jul 22, 2015 #2 You can use iEncryption library to encrypt with AES: https://www.b4x.com/b4i/help/iencryption.html Upvote 0