This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is there a way to disable on-the-fly encryption and decryption?

Is there any configuration using which we can disable on-the-fly Encryption/Decryption of packets?

Parents
  • Hi,

    Can you be more specific? Which protocol are you using (BLE or something else?), and which stack, etc? And do you want to disable encryption/decryption in a non-standard way, for instance for some debugging, or do you just want to not encrypt the link?

    For instance with BLE, you do not have to encrypt the link, but depending on the configuration some characteristics may not be usable without it (the required security level is configured separately for each characteristic).

  • Hi,

    Using BLE Protocol.

    My question was w.r.t configuring on-the-fly encryption/decryption of the packets. i.e. I would like to feed the input to the CCM engine and get the Encrypted/Decrypted Payload as output instead of configuring the on-the-fly mode where PPI and Shorts are used to get the decrypted payload directly.

Reply Children
No Data
Related