Matter defines two secure-channel modes: PASE (Password Authenticated Session Establishment), used during commissioning with the Setup PIN as a shared secret, and CASE (Certificate Authenticated Session Establishment), used post-commissioning with mutual X.509 certificates.
True
Matter security is split into two phases. PASE runs only during initial commissioning: it uses a SPAKE2+ password handshake with the Setup PIN as a one-time shared secret and is never used again once the device is provisioned. CASE then takes over for all runtime traffic: each device and each administrator holds X.509 Node Operational Certificates issued by the fabric's Certification Authority, and CASE performs mutual authentication on every session. The underlying primitives are modern: ECDH on the P-256 curve, AES-128-CCM for symmetric encryption and SHA-256 for hashing.
If commissioning succeeds but the device later refuses to talk to the controller, the failure is on the CASE side (certificate or fabric trust), not on the PASE side; resetting the Setup PIN will not help.
Matter bank in preparation
The full Matter bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →See the 9 other Matter practice questions
Related questions
- Which transport networks are natively supported by production Matter devices in 2026?1. Architecture · Transportnetze
- Thread is a low-power IPv6 mesh protocol built on IEEE 802.15.4 (the same physical layer as Zigbee but a different upper stack), used by Matter for battery-powered devices such as sensors and locks where battery life ranges from several months to several years.1. Architecture · Thread-Mesh
- A Matter device can belong to several Fabrics at the same time (five by default), one Fabric per ecosystem (Apple, Google, Amazon, etc.), allowing a single user to control the device interchangeably from different apps.3. Multi-admin · Mehrere Fabrics
- Each Matter Fabric is cryptographically isolated from the others: Apple Home cannot see the automations configured in Google Home on the same device, which guarantees confidentiality between competing ecosystems.3. Multi-admin · Fabric-Isolation
- Matter uses a blockchain-based Distributed Compliance Ledger (DCL) to list CSA-certified devices and their root certificates (Product Attestation Authority), so a commissioner can verify device authenticity without contacting a central server.6. Security · Distributed Compliance Ledger