Hi
I am working on Bluetooth application. I required encrypted data transfer between two BLE device. For this purpose, I used DH for key exchange and AES for encryption/decryption. I have doubt in parameter iv in encryption/decryption API.
Is iv need to send other side for decryption for every time?. otherwise how to get iv in decryption part? If I sent iv with encrypted data, is it secure?
Thanks