There is no h/w decryption so you have to decrypt into RAM.
Similarly there isn't a whole lot of point in signing code that isn't loaded into RAM, since someone with physical access could switch out the flash after the signature check.
You can certainly encrypt and/or sign just sensitive bits of your binary, but the example doesn't do that out of the box
Similarly there isn't a whole lot of point in signing code that isn't loaded into RAM, since someone with physical access could switch out the flash after the signature check.
You can certainly encrypt and/or sign just sensitive bits of your binary, but the example doesn't do that out of the box
Statistics: Posted by kilograham — Tue Sep 24, 2024 9:58 pm