How Secure Is OPC UA? Built-In Security
Copied to clipboard ✓
The Founder's Explanation (Teach Exactly This Way)
"When two diplomats meet, they carry a passport to prove who they are, and a sealed bag so nobody reads the papers in between. OPC UA does this inside every conversation — a certificate to prove the machine is genuine, and encryption so the data cannot be read or changed on the way. Security is not added later; it is built into the talk itself."Teaching the Concept
Passport and Sealed Bag Diplomats carry a passport to prove who they are and a sealed bag so no one reads the papers in transit. OPC UA builds both into every conversation — a certificate to prove the machine is genuine, and encryption so the data cannot be read or altered. Security lives inside the protocol, not bolted on afterwards. The Security Model ``` AUTH X.509 certificates (application + user) MODES None / Sign / Sign & Encrypt POLICIES named cipher suites (Basic256Sha256, etc.) session negotiates the mode at connect time ``` What Each Mode Gives ``` Sign integrity: messages cannot be tampered Sign&Encrypt integrity + confidentiality (unreadable) Certificates only trusted applications connect ``` OPC UA is secure by design — certificates, signing and encryption live in the protocol, so it passes the audit on its own terms.Related Topics
- What is a protocol in BMS? — the shared language controllers use to talk
- What is OPC UA in BMS and when is it needed? — when to reach for OPC UA
- Browse all Protocols topics — more from this section of the EnSmart BMS Library
Was this answer helpful?
✓ Thanks — your feedback was recorded.