Glossary

Secure Element

A secure element is a dedicated tamper-resistant chip designed to store secrets, such as cryptocurrency private keys, and to perform cryptographic operations inside itself so the secrets never leave the chip. The same class of hardware protects bank cards, passports, and phone payment systems, and several hardware wallet makers build their devices around one.

The chip defends against physical attacks, not just software ones. If someone steals a hardware wallet, they might try to extract the keys by probing the circuitry, glitching the power supply, or reading memory directly. Certified secure elements are engineered to resist these techniques: they detect tampering, limit PIN attempts in hardware, and can wipe their contents under attack. For example, a hardware wallet with a secure element keeps the seed inside the chip and only exports transaction signatures, so even the device's own general-purpose processor never handles the raw keys.

Vendors differ philosophically: some prize the certified physical resistance of secure elements, while others prefer fully open-source security chips, arguing that auditable design matters more than the closed-source certification such chips typically carry. A common misconception is that a secure element makes a wallet unhackable; it protects keys from extraction, but it cannot stop a user from approving a malicious transaction or typing their seed phrase into a phishing site, which remain the dominant causes of loss.