Why is YubiHSM considered an HSM?

433    Asked by AndrewJenkins in SQL Server , Asked on Jan 5, 2022

What makes the YubiHSM an HSM? Most HSMs I have seen have more memory and are faster, perhaps due to crypto-accelerators. They're generally big and inserted in data center racks, or plugged as PCIe cards. But the YubiHSM is tiny, I was wondering what makes it an HSM?

Many blogs refer to YubiHSM as a game changing hardware solution for protecting Certificate Authority root keys from being copied by attackers, malware, and malicious insiders.


Answered by Andrea Bailey

Size and performance don't matter, as a hardware security module (HSM) is defined by its functions to perform cryptographic operations and protection. From Peter Smirnoff on Cryptomathic: Understanding Hardware Security Modules (HSMs): The hardware security module (HSM) is a special “trusted” network computer performing a variety of cryptographic operations: key management, key exchange, encryption etc. It seems to be obvious that cryptographic operations must be performed in a trusted environment. When I say trusted, I mean “no viruses, no malware, no exploit, no unauthorized access.” An HSM is trusted because it: Is built on top of specialized hardware. The hardware is well-tested and certified in special laboratories.

Has a security-focused OS. Has limited access via a network interface that is strictly controlled by internal rules. Actively hides and protects cryptographic material. You can find the same list of the key properties of a HSM e.g. from Doron Gez: What Is a Hardware Security Module. Although YubiHSM is nano form factor, it meets these requirements (YubiHSM 2 Product Overview). While bigger appliances could do these operations faster and store more keys, that only affects their possible use cases.



Your Answer

Interviews

Parent Categories