Hi Folks,
I am using the SE050 development board for encryption purposes and I was checking the ex_symmetric example given in Plug and trust middleware. The example is given as 128 bits of Key, input data, and IV.
How do we encrypt if we have more than 128 bits of input data?
Regards
Aslam
Solved! Go to Solution.
Hi @mohamedaslam_m ,
The following functions are provided for your case, the basic steps are init->update->update ... ->finish, as described in AN12413.
Hope that makes sense,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi @mohamedaslam_m ,
The following functions are provided for your case, the basic steps are init->update->update ... ->finish, as described in AN12413.
Hope that makes sense,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------