SEGGER emSecure is a software component designed to protect embedded devices from hacking, tampering, and cloning through asymmetric cryptography digital signatures. The SignAndVerify utility is a complementary desktop tool used to manually generate, test, and authenticate these digital signatures via a simple drag-and-drop interface. 🔑 Core Cryptographic Principles
Traditional checksums like CRC or standard cryptographic hashes (like SHA-256) only check for random data corruption; an attacker can easily alter a firmware file and recalculate a new hash.
SEGGER emSecure solves this problem by using asymmetric encryption (either RSA or ECDSA algorithms): emSecure – Security Consideration – SEGGER
Leave a Reply