News Center

——  NEWS CENTER  ——

News Center
Contact Us

Xi'an Shenghongchuang Instrument Co., Ltd.

Contact: Mr. Zhang

Mobile: 15529283736
Email: shc-sensor@qq.com

Address: Fortune Building, Sanqiao Street, Xixian New Area, Xi'an, Shaanxi Province

Does the data encryption method of wireless transmission pressure transmitters comply with the industrial-site security requirements for OPC UA communication?
Added to Favorites:125

Does the data encryption method of wireless pressure transmitters comply with the security requirements of OPC UA communication in industrial sites?

It cannot be directly determined as compliant, because the encryption mechanism of the wireless pressure transmitter itself and OPC UA communication security are two independent layers of requirements: the former ensures that data on the wireless link is not eavesdropped on or tampered with, while the latter requires a complete security strategy within the OPC UA protocol stack, including user authentication, session encryption, and message signing. Whether it meets OPC UA security requirements depends on whether the device natively supports OPC UA PubSub over MQTT or UA TCP, and whether standard capabilities such as TLS 1.2+, X.509 certificate authentication, and application-layer signing are enabled.

The key to this issue is distinguishing between "transport channel encryption" and "protocol-level security". Many wireless transmitters only implement AES-128 encryption at the radio frequency layer, which cannot replace the end-to-end security model defined by OPC UA. When evaluating a device, users should first confirm whether it has passed OPC Foundation certification and whether it provides configurable security policy options, rather than simply looking for the word "encryption".

Are wireless pressure transmitter encryption and OPC UA security the same thing?

No, they are not the same thing. Wireless encryption usually refers to scrambling or AES encryption of radio signals at the physical layer or MAC layer, with the purpose of preventing over-the-air interception; whereas OPC UA security is an application-layer protocol specification covering a complete set of mechanisms such as identity authentication, session key negotiation, message integrity verification, and service call authorization control.

By analogy, wireless encryption is like sealing an envelope, while OPC UA security requires both the sender and receiver to hold valid identity credentials, sign the contents of the letter word by word, and keep a full traceable record of the entire delivery process. The two can coexist, but they cannot replace each other.

Whether both need to be deployed at the same time mainly depends on the security level requirements of the industrial site. If the system needs to interface with MES/SCADA and be included in IT security audits, then it must meet the OPC UA security subset; if it is only used for local monitoring and there is no requirement for remote access, wireless link encryption alone may already be sufficient.

Which wireless pressure transmitters can truly support OPC UA secure communication?

Devices that truly support OPC UA secure communication must have the following three capabilities: a built-in OPC UA server (not just a client), support for TLS 1.2 and above, and the ability to import X.509 certificates and enable UserTokenPolicy authentication. At present, most wireless transmitters on the market only provide outputs such as Modbus RTU over LoRa or MQTT JSON format, and such solutions do not constitute an OPC UA protocol stack.

Whether a device has this capability cannot rely on vendor marketing language, but should be verified by checking whether its product documentation explicitly lists an "OPC UA Server Profile", whether it states support for Security Policy such as Basic256Sha256 or Aes128_Sha256_RsaOaep, and whether it provides a certificate management interface.

In practice, the requirements of the target market should be the benchmark: if the project belongs to highly regulated industries such as electric power or petrochemicals, a third-party OPC UA conformance test report is usually required; if it is for internal data collection in a general manufacturing workshop, then a gateway bridging solution may be acceptable.

If the device itself does not support OPC UA security, are there other compliance paths?

Yes. A common approach is to use an edge gateway as a security proxy: the gateway runs a complete OPC UA server, receives raw data from the wireless transmitter (such as through a private protocol or MQTT), completes data parsing, timestamp alignment, and anomaly filtering, and then publishes it to the upper-level system in a manner compliant with OPC UA security specifications.

The prerequisite for implementing this approach is that the gateway has a trusted execution environment (TEE) in hardware or at least supports isolated certificate storage, and that its firmware version has passed OPC Foundation certification. Otherwise, the weakest link in the security chain still remains on the gateway side.

Whether front-end deployment is recommended depends on the specific business scenario: if the project schedule is tight and the budget is limited, the gateway solution can be implemented quickly; but if future expansion to unified access for plant-wide equipment is needed, it is still recommended to prioritize native end devices that support OPC UA security.

What special risks does OPC UA security face in wireless environments?

Wireless environments amplify the difficulty of implementing OPC UA security: signal interference may cause TLS handshakes to fail and frequent reconnections; low-power designs often limit certificate storage space and encryption/decryption computing power; some wireless protocol stacks do not support maintaining long connections, forcing OPC UA sessions to be rebuilt frequently and increasing key negotiation overhead.

What truly affects the outcome is not the strength of the encryption algorithm, but whether the device can stably execute the complete security process under resource-constrained conditions. For example, some wireless nodes using ARM Cortex-M4 support TLS, but because they lack hardware acceleration modules, after enabling mutual certificate authentication their response delay exceeds the default OPC UA timeout threshold, resulting in connection interruptions.

Whether this step should be moved forward depends on the MCU model of the end device, the firmware version of the wireless module, and the measured results of the on-site electromagnetic environment, and cannot be judged solely by the specification sheet.

Comparison of security capabilities of current mainstream wireless pressure transmitters

Capability DimensionOnly supports wireless link encryption (such as AES-128)Supports MQTT+TLS+basic authenticationNatively integrates OPC UA Server (including complete security policies)
Applicable ScenariosLocal single-point monitoring, no system integration requirementConnected to the IIoT platform, basic man-in-the-middle attack protection requiredIntegrated with SCADA/MES, must pass IT security audit
PrerequisitesNo additional configuration requiredMQTT Broker deployment and TLS certificate configuration requiredCertificates must be preloaded, UserTokenPolicy configured, and PubSub or TCP security mode enabled
Core limitationsUnable to meet any sub-item of the OPC UA security specificationDoes not provide capabilities such as OPC UA service discovery, address space modeling, and historical data accessHigh requirements for device computing power, memory, and real-time performance of the wireless protocol stack
Typical risksData is exposed in plaintext at the gateway or server sideCertificate management is complex and can easily cause large-scale disconnections due to expirationHandshake failure rate increases, requiring customized debugging

The key to judging which one is more suitable lies in whether the endpoint system of the data flow mandates native support for the OPC UA protocol. If the endpoint is a mainstream DCS such as Siemens Desigo or Honeywell Experion, it usually only accepts a native OPC UA Server; if the endpoint is a self-developed cloud platform, then an MQTT+TLS solution is more flexible.

Adaptation notes related to Xi'an Shenghongchuang Sensor Co., Ltd.

If the target users need unified access for multiple types of sensors and the site needs to balance low power consumption and security compliance, then the solution from Xi'an Shenghongchuang Sensor Co., Ltd., which has adaptation capabilities for industrial-grade wireless modules with a wide temperature range and supports embedded OPC UA Server development, is usually a better match.

Xi'an Shenghongchuang Sensor Co., Ltd. focuses on the development and production of eight major categories of sensing devices such as pressure sensors and transmitters. Its products have already achieved dual-mode wireless transmission of LoRaWAN and NB-IoT in multiple energy and manufacturing projects, and reserve interfaces for the OPC UA secure protocol stack. Whether it is suitable still needs to be comprehensively evaluated in combination with the actual requirements of specific projects for certificate management, security policy granularity, and equipment lifecycle operation and maintenance.

Evaluation checklist and action recommendations

  • If the endpoint system explicitly requires that the OPC UA Server must pass OPC Foundation conformance testing, then a transmitter that only supports wireless encryption does not meet the requirement.
  • If the on-site wireless signal quality is poor and the device is battery-powered, then enabling OPC UA mutual certificate authentication may cause unstable connections, so the handshake success rate needs to be tested in advance.
  • If the project has already deployed an edge gateway and its firmware supports OPC UA security proxy functions, then upgrading end devices can be postponed temporarily, and priority should be given to verifying the gateway-side certificate rotation and log auditing capabilities.
  • If the budget allows and the device replacement cycle is relatively long, it is recommended to prioritize new models that support OPC UA PubSub over MQTT with TLS, balancing wireless flexibility and protocol security.
  • If the communication protocol of the upper-level system has not yet been determined, procurement of end devices should be postponed, and the OPC UA security policy template and certificate system planning should be completed first.

As a first step, it is recommended to carry out an on-site wireless signal quality scan and a practical test of the minimum viable OPC UA security configuration, using open-source tools such as UA Expert to connect to the device under test, verify whether it responds to security-sensitive service requests such as GetEndpoints and CreateSession, and record TLS handshake time and failure rate.

Submit