njones
06-27-2010, 04:14 PM
My script selects encryption mode based on user configuration via UART protocol. Ideally I'd like my script to say "sorry" if the user tries to select AES-128 mode on a platform that doesn't suport it.
Can I read the firmware ID or something else that would indicate if setting encryption mode to 1 would actually result in encrypted traffic?
I really don't want to have two version of basically the same script to be loaded on hardware with and without encryption...
Can I read the firmware ID or something else that would indicate if setting encryption mode to 1 would actually result in encrypted traffic?
I really don't want to have two version of basically the same script to be loaded on hardware with and without encryption...