Questions about Symmetric Key and CRC Support in MCUboot #2300
RonakHarsora
started this conversation in
General
Replies: 1 comment 1 reply
-
AES is used for image encryption/decompression, the signature uses asymmetric keys. AES-128 is supported, AES-256 is also supported. CRC is not supported, the upgrade system is based around sha256 (or sha512) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few questions regarding image authentication in MCUboot:
CMAC Implementation
CRC as an Alternative
Current Support
My use case requires simpler integrity checks and symmetric key operations instead of asymmetric cryptography. Any guidance or examples would be helpful.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions