Should we use a different key to encrypt images or the same key for signing? #2164
Unanswered
zhiyong-ft
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have tried using either a separate key or the same key for signing images, both approaches work just fine. My question is, from security's perspective, which is better practice?
My concern about using the same key for both signing and encryption is that both private and public key will co-exist in bootloader. On the other hand, if someone already acquired a copy of the bootloader, then it doesn't matter whether the public and private key are actually a pair.
So please advise.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions