Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (70)

Search Parameters:
Keywords = hardware-assisted security

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
28 pages, 2354 KB  
Article
Hardware Performance Counter Analysis of Ransomware Behavior: Observed Inverse Correlations Across Heterogeneous x86 Platforms
by Erliang Zhao and Ziyuan Zhu
Appl. Sci. 2026, 16(13), 6332; https://doi.org/10.3390/app16136332 (registering DOI) - 24 Jun 2026
Abstract
During startup, ransomware is associated with abnormal fluctuations in underlying hardware resources. Hardware Performance Counters (HPC) can characterize this ultra-early behavior without interference from software-based countermeasures. However, existing studies lack a cross-platform hardware-layer analysis paradigm and typically neglect the first 10 s post-execution. [...] Read more.
During startup, ransomware is associated with abnormal fluctuations in underlying hardware resources. Hardware Performance Counters (HPC) can characterize this ultra-early behavior without interference from software-based countermeasures. However, existing studies lack a cross-platform hardware-layer analysis paradigm and typically neglect the first 10 s post-execution. This study selects two platforms—Windows 7 (homogeneous x86) and Windows 10 (Intel performance hybrid architecture with P-core (performance core) and E-core (efficiency core))—and constructs a large-scale dataset (1721 ransomware and 1039 benign samples on Windows 7; 1562 ransomware and 718 benign on Windows 10). On Windows 7, 25 HPC events are monitored. On Windows 10, each event yields two instance-level metrics (P-core and E-core), resulting in 42 instance-level metrics. Using statistical analysis (Pearson correlation, fold change) and feature selection (Random Forest + clustering), four core metrics are independently selected per platform. Windows 7 favors LLC and branch events (increasing trends, fold change ≥ 1.5, e.g., LLC-store_std), while Windows 10 favors P/E-core branch and cache events (decreasing trends, fold change ≤ 0.667, e.g., cpu_atom_branch-load-misses_max). The 10 s window is divided into startup (0–2 s), key generation (2–5 s), and encryption (5–10 s) phases. Results indicate opposite correlation patterns: resource-enhanced disturbance (positive correlation, fold change ≥ 1.5) on Windows 7 versus resource-suppressed disturbance (negative correlation, fold change ≤ 0.667) on Windows 10. Critically, startup-phase HPC events exhibit substantially stronger correlation on Windows 10 (S-level, >85%) compared to Windows 7 (A-level, 70–84%). This difference may be associated with the fine-grained P/E-core separation, which preserves core-type behavioral information that is aggregated and lost on homogeneous platforms. This study contributes a cross-platform correlation framework, observes an architecture-dependent inversion pattern of HPC responses, and suggests that core-type granularity—rather than event quantity—is associated with stronger feature–behavior correlations on heterogeneous architectures, providing preliminary empirical insights for future lightweight detection system design. Full article
(This article belongs to the Section Electrical, Electronics and Communications Engineering)
Show Figures

Figure 1

39 pages, 5587 KB  
Article
The Home as an Active Caregiving Partner: Scaling Zero-Interface Audiovisual Connectivity for “Aging in Place” with Dementia
by Ilyas Potamitis
Computers 2026, 15(6), 353; https://doi.org/10.3390/computers15060353 - 30 May 2026
Viewed by 470
Abstract
Effective dementia care is often hindered by fragmented communication among patients, informal caregivers, and clinicians. To address this, we introduce an ambient assisted living (AAL) framework designed to establish a continuous, virtual, and unobtrusive connection between an elder’s home and external guardians or [...] Read more.
Effective dementia care is often hindered by fragmented communication among patients, informal caregivers, and clinicians. To address this, we introduce an ambient assisted living (AAL) framework designed to establish a continuous, virtual, and unobtrusive connection between an elder’s home and external guardians or medical staff (virtual rounds). The system enables guardians to communicate directly within the home environment, without requiring the older adult to manually accept calls or activate the connection using wearable devices, buttons, or other interfaces. The elders can activate the connection verbally. The structural core of this system relies on three novel hardware configurations designed for zero-interface operation: a remote audio announcement device, a bidirectional intercom, and a “zero-interface mirror” enabling stream-only, real-time video co-presence between patients and guardians. Crucially, the system utilizes a privacy-preserving, staged edge-AI architecture to process data. By default, it operates without long-term persistent storage, selectively transmitting abstracted audio-based behavioral metrics to a secure dashboard. For advanced dementia stages, the system employs ephemeral data retention—specifically a highly restricted, 24 h rolling audio buffer—allowing authorized guardians to verify acute events without permanently exfiltrating raw data. We evaluate this infrastructure through a 10-month longitudinal, single-home feasibility deployment, augmented with historical verified fall data to rigorously test the detection of rare acute events. The study validates the framework’s technical viability, system uptime, and privacy-first architecture in continuously tracking long-term proxy behavioral indicators under real-world conditions. Rather than asserting generalized clinical efficacy, this work demonstrates the operational feasibility of a novel, affordable, technical blueprint for dignified, remote digital care coordination. Full article
(This article belongs to the Special Issue AI and Network Science for Biological Systems and Human Health)
Show Figures

Figure 1

20 pages, 632 KB  
Article
Machine Learning Enhanced Quantum-Safe Encryption: A Novel Optimisation Framework
by Rizwan Ahmad, Md Akbar Hossain, Tajrian Mollick and Saifur Rahman Sabuj
Sensors 2026, 26(10), 3226; https://doi.org/10.3390/s26103226 - 20 May 2026
Viewed by 548
Abstract
The standardisation of post-quantum cryptography (PQC) by NIST marks a critical transition away from classical public-key schemes towards quantum-resistant successors. As machine learning (ML) applications proliferate, the demand for efficient cryptographic primitives intensifies, requiring implementations that are simultaneously quantum-safe and resource-aware. Recent surveys [...] Read more.
The standardisation of post-quantum cryptography (PQC) by NIST marks a critical transition away from classical public-key schemes towards quantum-resistant successors. As machine learning (ML) applications proliferate, the demand for efficient cryptographic primitives intensifies, requiring implementations that are simultaneously quantum-safe and resource-aware. Recent surveys have investigated the interplay between ML and PQC, with particular focus on ML-assisted parameter optimisation, privacy-preserving ML leveraging lattice-based cryptography, and neural-network implementations of quantum-resistant algorithms. Building on these findings, we propose QSafe-ML, a comprehensive four-stage framework that integrates hardware profiling, surrogate modelling via ML, constrained multi-objective optimisation, and continuous security validation to facilitate the tuning of PQC parameters and implementations. The framework targets NIST-standardised lattice-based schemes CRYSTALS-Kyber, CRYSTALS-Dilithium, Falcon, and NTRU across three heterogeneous hardware platforms. Experimental evaluation with n=30 repeated trials demonstrates mean latency reductions of 27.5–41.9% (95% CI ±1.1–1.7 pp), memory savings of 13.3–30.2%, and energy savings of 22.8–38.2% over NIST reference baselines, with all configurations maintaining ≥128-bit post-quantum security. An ablation study confirms that surrogate-guided search accounts for the dominant share of these gains. All code, data, and benchmark instructions are released at a public repository (available upon acceptance of this manuscript) to promote reproducibility in evaluating ML-assisted cryptographic systems. Full article
(This article belongs to the Special Issue Secure IoT: Cryptographic Solutions for Sensor Networks)
Show Figures

Graphical abstract

36 pages, 814 KB  
Article
Phase-First Gaussian Modulation for Resilient Continuous-Variable Quantum Communication Under Adversarial Disturbances
by José R. Rosas-Bustos, Jesse Van Griensven Thé, Roydon Andrew Fraser, Nadeem Said, Sebastian Ratto Valderrama, Mark Pecen, Alexander Truskovsky and Andy Thanos
J. Cybersecur. Priv. 2026, 6(3), 87; https://doi.org/10.3390/jcp6030087 - 13 May 2026
Viewed by 418
Abstract
Continuous-variable quantum communication (CVQC) operates under finite-resolution inference (finite data windows, calibration uncertainty, and estimator tolerances) and hardware control/readout limits that can be exploited by structured and adversarial disturbances. We study a feedback-inspired phase-space modulation strategy for implementation-layer resilience under DoS-like receiver-observable stress [...] Read more.
Continuous-variable quantum communication (CVQC) operates under finite-resolution inference (finite data windows, calibration uncertainty, and estimator tolerances) and hardware control/readout limits that can be exploited by structured and adversarial disturbances. We study a feedback-inspired phase-space modulation strategy for implementation-layer resilience under DoS-like receiver-observable stress (e.g., fluctuation inflation, phase reference destabilization, or interface non-idealities), rather than proposing a protocol-level security proof. We propose a phase-first framework in which the defender selects a phase-space rotation angle θ (and, in principle, a squeezing parameter r) to minimize a receiver-observable centered second-moment degradation proxy, emphasizing containment rather than disturbance inversion. Because platforms expose different native observables, we evaluate phase-first modulation using two complementary tracks: (i) in theory/simulation, we monitor basis-dependent quadrature variance and covariance-derived summaries formed from mean-subtracted second moments so that ΔEcov reflects covariance inflation rather than coherent displacement; (ii) in the X8_01 hardware workflow, the readout is Fock sampling; thus, we use the shot-to-shot standard deviation σN(θ):=Var^(N(θ)), where N(θ) denotes the shot-level detected count random variable at fixed θ. In the reported hardware workflow, this shot-level count is formed by aggregating the returned Fock counts prior to postprocessing. We emphasize that σN(θ) is not claimed to estimate Tr(V); it is an implementation-layer variability proxy aligned with the available readout. Our experimental validation is restricted to phase-only control instantiated as offline phase selection via one-dimensional grid search over θ. Across numerical simulations and hardware phase-angle scans on Xanadu’s X8_01 photonic quantum processor, we find that static operating points can be brittle under strong DoS-like stress, whereas optimized phase selection can materially reduce a receiver-observed degradation proxy even without real-time feedback. Since Tr(V) is invariant under pure rotations for phase-independent additive noise and ideal photon-number probabilities are invariant under a terminal Fock-basis phase gate, any observed θ-dependence is interpreted operationally as evidence of a phase-dependent effective disturbance/measurement channel at the receiver interface. Simulation-only analyses indicate additional upside when squeezing is available, motivating future extensions incorporating higher-rate re-optimization, feedback-assisted architectures, and extended Gaussian control when available. Full article
(This article belongs to the Section Cryptography and Cryptology)
Show Figures

Figure 1

31 pages, 1896 KB  
Review
Quantum Computing as a Disruptive Technology: Implications for Advanced Manufacturing and Industry 5.0
by Ganiyat Salawu and Bright Glen
Appl. Sci. 2026, 16(10), 4856; https://doi.org/10.3390/app16104856 - 13 May 2026
Viewed by 379
Abstract
Quantum computing is increasingly seen as a disruptive technology capable of expanding the computational limits of advanced manufacturing systems within the emerging Industry 5.0 framework. By utilizing quantum mechanical principles such as superposition, entanglement, and quantum parallelism, quantum computation enables new approaches to [...] Read more.
Quantum computing is increasingly seen as a disruptive technology capable of expanding the computational limits of advanced manufacturing systems within the emerging Industry 5.0 framework. By utilizing quantum mechanical principles such as superposition, entanglement, and quantum parallelism, quantum computation enables new approaches to solving complex optimization, simulation, and data-intensive problems that are challenging or impractical for classical computers. This paper offers a comprehensive and critical review of the potential impacts of quantum computing on advanced manufacturing, focusing on intelligent production planning, supply chain optimization, materials discovery, predictive maintenance, and human–machine collaboration, key aspects of Industry 5.0. The originality of this review lies in its integrated analysis of quantum computing alongside artificial intelligence, digital twins, and cyber–physical systems, highlighting how these technologies, when combined, improve decision-making speed, process efficiency, and sustainability. Despite these opportunities, the integration of quantum computing into Industry 5.0 systems faces critical challenges, including hardware limitations, algorithm scalability, data security concerns, workforce readiness, and the complexity of integrating quantum solutions with existing industrial infrastructures. The role of hybrid quantum-classical architectures is examined as a feasible and transitional approach for near-term manufacturing applications. By critically assessing both technological strengths and practical constraints, this review positions quantum computing as a promising enabler of resilient, human-centered, and sustainable manufacturing ecosystems. The insights aim to assist researchers, industry players, and policymakers in strategically managing the integration of quantum technologies as manufacturing systems advance toward Industry 5.0. Full article
(This article belongs to the Section Quantum Science and Technology)
Show Figures

Figure 1

29 pages, 4742 KB  
Article
DistSense: A Distributed P2P System for Privacy-Preserving and Robust Audiovisual Activity Recognition in Smart Homes
by José Manuel Torres, Luis P. Mota, Rui S. Moreira, Christophe Soares and Pedro Sobral
Appl. Sci. 2026, 16(9), 4407; https://doi.org/10.3390/app16094407 - 30 Apr 2026
Viewed by 621
Abstract
Ambient Assisted Living (AAL) systems have become increasingly relevant as aging populations intensify the demand for technologies that promote autonomy, safety, and quality of life. However, the widespread adoption of audiovisual sensing in smart homes raises critical concerns regarding data protection, privacy, and [...] Read more.
Ambient Assisted Living (AAL) systems have become increasingly relevant as aging populations intensify the demand for technologies that promote autonomy, safety, and quality of life. However, the widespread adoption of audiovisual sensing in smart homes raises critical concerns regarding data protection, privacy, and user trust. Ensuring secure processing while maintaining accurate activity recognition remains a key challenge. This work introduces DistSense, a distributed Peer-to-Peer (P2P) system designed to enhance activity detection in domestic environments through collaborative inference among intelligent audiovisual sensors. DistSense prioritizes privacy by performing local processing, sharing only high-level events, and leveraging distributed ledger mechanisms to ensure data integrity and auditability and support cross-device validation. This collaborative strategy reduces false positives caused by occlusions, illumination variability, and acoustic noise. To assess the system, functional tests were conducted for each module, followed by two use cases evaluated in both simulated and real edge hardware environments. The trained models achieved 88% accuracy for audio and 80% for video, and the system demonstrated effective performance in detecting daily activities and domestic hazards under varying noise conditions. Results indicate that DistSense successfully balances security, user acceptance, and inference robustness, positioning it as a viable solution for privacy-preserving activity monitoring in smart home contexts. Full article
Show Figures

Figure 1

23 pages, 7928 KB  
Article
Hardware-Assisted Security Enhancements for an FPGA-ARM Embedded Vision System in IoT Applications
by Tomyslav Sledevič and Darius Andriukaitis
Electronics 2026, 15(9), 1887; https://doi.org/10.3390/electronics15091887 - 29 Apr 2026
Viewed by 375
Abstract
Embedded Field-Programmable Gate Array (FPGA)-Advanced RISC Machine (ARM) systems used in industrial and Internet of Things (IoT) environments increasingly operate as network-connected edge devices. While such connectivity enables distributed processing and remote monitoring, it also exposes embedded vision nodes to security threats, including [...] Read more.
Embedded Field-Programmable Gate Array (FPGA)-Advanced RISC Machine (ARM) systems used in industrial and Internet of Things (IoT) environments increasingly operate as network-connected edge devices. While such connectivity enables distributed processing and remote monitoring, it also exposes embedded vision nodes to security threats, including command injection, frame replay, data tampering, and abnormal communication traffic. This paper presents a hardware-assisted security architecture for an FPGA-ARM embedded vision system designed for high-speed image acquisition and network streaming. The proposed solution integrates several lightweight protection mechanisms directly into the FPGA processing pipeline, including frame replay detection, cyclic redundancy check (CRC)-based frame integrity verification, frame sequence monitoring, authenticated command execution, communication anomaly monitoring, and hardware-rooted trust primitives, such as a ring-oscillator physical unclonable function (PUF) and a pseudo-random generator. Optional secure communication is provided via a lightweight ASCON-authenticated encryption core. The architecture was implemented on a Cyclone V System-on-Chip (SoC) platform using an industrial Camera Link camera and evaluated in a low-latency image-acquisition setup operating at 100 fps, with data throughput exceeding 1 Gbps. Experimental results demonstrate that the proposed security architecture introduces only about 1.6% additional FPGA logic utilization while maintaining full real-time acquisition performance. The presented approach demonstrates that practical hardware-level security mechanisms can be integrated into FPGA-based embedded vision nodes with minimal architectural modifications and negligible performance overhead. Full article
Show Figures

Figure 1

28 pages, 8399 KB  
Article
Machine Learning-Enabled Secure Unified Framework for Remote Electrocardiogram Monitoring via a Multi-Level Blockchain System
by Chathumi Samaraweera, Dongming Peng, Michael Hempel and Hamid Sharif
Information 2026, 17(4), 383; https://doi.org/10.3390/info17040383 - 18 Apr 2026
Viewed by 458
Abstract
Timely classification of cardiovascular diseases is crucial to improve medical outcomes. Emerging remote patient monitoring systems help achieve this by enabling continuous monitoring of electrocardiogram signals in home environments. However, these systems struggle with unique challenges like missing genuine medical emergencies, rising energy [...] Read more.
Timely classification of cardiovascular diseases is crucial to improve medical outcomes. Emerging remote patient monitoring systems help achieve this by enabling continuous monitoring of electrocardiogram signals in home environments. However, these systems struggle with unique challenges like missing genuine medical emergencies, rising energy demands, scalability challenges, handling vast medical databases, data processing delays, and safeguarding patient records. To overcome these challenges, we propose a single framework with three main phases: (a) an embedded hardware-driven K-Nearest Neighbor (KNN)-assisted real-time ECG monitoring and classification method; (b) a differentiated communication strategy (DCS) formed with a priority-based ECG data packaging framework and multi-layered security protocols; and (c) a multi-level blockchain network (MLBN) architecture armed with adaptive security mechanisms and real-time cross-chain medical data communication bridges. Simulations are conducted using the ECG signals (1000 fragments) dataset and the Ganache Ethereum development framework. The classification accuracies obtained for patient urgent categories U1 to U5 are 91.43%, 95.71%, 94.23%, 90.00%, and 91.43%, respectively. The performance evaluation results of the KNN-guided classification method, along with DCS and MLBN simulation results obtained from average gas consumption analysis, confirms reliability and viability of our framework, while also revolutionizing remote patient monitoring technology and addressing critical challenges in existing systems. Full article
(This article belongs to the Special Issue Machine Learning and Simulation for Public Health)
Show Figures

Graphical abstract

21 pages, 8107 KB  
Systematic Review
A Systematic Review of Kernel-Level Security Mechanisms, Vulnerability Detection and Mitigation in Modern Operating Systems
by Zeeshan Ali, Naeem Aslam, Andrea Marotta, Walter Tiberti and Dajana Cassioli
Sensors 2026, 26(8), 2452; https://doi.org/10.3390/s26082452 - 16 Apr 2026
Viewed by 1434
Abstract
Kernel attacks are still one of the most severe threats to modern operating systems (OS) due to the kernel’s privileged control over hardware, memory, and process management. This study reviews some significant kernel-level security mechanisms regarding vulnerability detection, as well as the prevention [...] Read more.
Kernel attacks are still one of the most severe threats to modern operating systems (OS) due to the kernel’s privileged control over hardware, memory, and process management. This study reviews some significant kernel-level security mechanisms regarding vulnerability detection, as well as the prevention and mitigation of exploitation in today’s OSs. Using the Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) methodology, a total of 30 high-quality, peer-reviewed studies were examined and analyzed in detail using the Critical Appraisal Skills Programme (CASP) quality framework. Discussion about the leading research directions emanated from three central questions of this review: What are the predominant kernel attack vectors? How are the techniques for protection and detection that are currently available assessed? What are the emerging research directions? The study identifies the following as the principal sources of kernel compromise: memory corruption, privilege escalation, rootkits, and race condition exploits. It also identifies several techniques for kernel hardening, such as Mandatory Access Control (MAC), the use of SELinux and AppArmor, kernel integrity monitoring, secure and measured boot, fuzz testing, and hardware-assisted protection. Some of these emerged as having a great deal of promise for proactive defense against zero-day vulnerabilities, including machine learning-based detection and live kernel patching. Issues regarding scalability, detection accuracy, and securing containerized and virtualized environments need to be solved. This paper aims to provide relevant, structured, and up-to-date research on kernel security synthesis and offer valuable guidance on the development of robust, adaptive, and novel OS defense mechanisms. Full article
(This article belongs to the Section Sensor Networks)
Show Figures

Figure 1

25 pages, 852 KB  
Article
Hardware Implementation-Based Lightweight Privacy- Preserving Authentication Scheme for Internet of Drones Using Physically Unclonable Function
by Razan Alsulieman, Eduardo Hernandez Escobar, Richard Swilley, Ahmed Sherif, Kasem Khalil, Mohamed Elsersy and Rabab Abdelfattah
Sensors 2026, 26(7), 2224; https://doi.org/10.3390/s26072224 - 3 Apr 2026
Viewed by 794
Abstract
The Internet of Drones (IoD) has emerged as a critical extension of the Internet of Things, enabling unmanned aerial vehicles to support diverse applications, including precision agriculture, logistics, disaster monitoring, and security surveillance. Despite its rapid growth, securing IoD communications remains a significant [...] Read more.
The Internet of Drones (IoD) has emerged as a critical extension of the Internet of Things, enabling unmanned aerial vehicles to support diverse applications, including precision agriculture, logistics, disaster monitoring, and security surveillance. Despite its rapid growth, securing IoD communications remains a significant challenge due to the open wireless environment, high drone mobility, and strict computational and energy constraints. Existing authentication mechanisms either rely on computationally expensive cryptographic operations or remain validated only at the protocol or simulation level, leaving a critical gap in practical, hardware-validated solutions suitable for resource-constrained drone platforms. This gap motivates the need for a lightweight, privacy-preserving authentication scheme that is both theoretically sound and experimentally deployable on real hardware. To address this, we propose a Physically Unclonable Functions (PUF)-assisted lightweight authentication scheme for IoD environments that binds cryptographic keys to each drone’s intrinsic hardware characteristics via PUFs. The scheme employs dynamically generated pseudo-identities to conceal permanent drone identities and prevent tracking, while authentication and key agreement are achieved using efficient symmetric cryptographic primitives, including SHA-256 for key derivation and updates, AES-256 for secure communication, and lightweight XOR operations to minimize overhead. Forward secrecy is ensured through rolling key updates, and periodic renewal of PUF challenges enhances resistance to replay and modeling attacks. To validate practicality, both software-based and hardware-based implementations were developed and evaluated. The software evaluation demonstrates a low communication overhead of 708.5 bytes and an average computation time of 18.87 ms. The hardware implementation on a Nexys A7-100T FPGA operates at 100 MHz with only 12.49% LUT utilization and low dynamic power consumption of approximately 182.5 mW. These results confirm that the proposed framework achieves an effective balance between security, privacy, and efficiency. The significance of this work lies in providing a fully hardware-validated, PUF-based authentication framework specifically tailored to the real-world constraints of IoD environments, offering a practical foundation for securing next-generation drone networks. Full article
Show Figures

Figure 1

19 pages, 393 KB  
Article
Topology-Dependent Performance of Free-Space Photonic Quantum Networks Under Noise
by Stefalo Acha and Sun Yi
Photonics 2026, 13(4), 310; https://doi.org/10.3390/photonics13040310 - 24 Mar 2026
Viewed by 577
Abstract
Photonic quantum communication enables secure and high-fidelity information transfer beyond classical limits, with direct relevance to emerging quantum networks operating in free-space environments. While physical-layer models of depolarizing noise, Gamma–Gamma turbulence statistics, entanglement swapping, and decoy-state QKD security bounds are individually well established, [...] Read more.
Photonic quantum communication enables secure and high-fidelity information transfer beyond classical limits, with direct relevance to emerging quantum networks operating in free-space environments. While physical-layer models of depolarizing noise, Gamma–Gamma turbulence statistics, entanglement swapping, and decoy-state QKD security bounds are individually well established, prior work typically treats these components in isolation or under fixed network assumptions. In this work, we develop a unified topology-aware analytical framework that simultaneously integrates free-space optical link budgets, turbulence-induced visibility degradation, depolarizing qubit noise, multi-hop entanglement cascade dynamics, teleportation fidelity thresholds, CHSH nonlocality certification, and asymptotic decoy-state secret key rate bounds across star, mesh, and ring graph structures. Rather than introducing new physical channel models, we demonstrate that identical physical links exhibit fundamentally different end-to-end performance once embedded within different network topologies. Mesh architectures minimize visibility cascade through hop-count reduction but incur quadratic hardware scaling. Star topologies minimize link count but concentrate noise and synchronization overhead at the hub. Ring configurations offer linear hardware scaling with multiplicative fidelity degradation. The results establish topology as a first-order design parameter in near-term free-space quantum networks operating without full quantum repeater infrastructures. While motivated by distributed multi-agent architectures, the framework applies broadly to terrestrial, airborne, and satellite-assisted photonic quantum communication systems. Full article
Show Figures

Figure 1

28 pages, 2899 KB  
Article
Design of Secure Communication Networks for UAV Platform Empowered by Lightweight Authentication Protocols
by Muhammet A. Sen, Saba Al-Rubaye and Antonios Tsourdos
Electronics 2026, 15(4), 785; https://doi.org/10.3390/electronics15040785 - 12 Feb 2026
Viewed by 792
Abstract
Flying Ad Hoc Networks (FANETs) formed by cooperative Unmanned Aerial Vehicles (UAVs) require formally proven secure and resource-efficient authentication because open wireless channels allow active adversaries to inject commands, replay traffic, and impersonate nodes. Conventional certificate-based mechanisms impose key management overhead and remain [...] Read more.
Flying Ad Hoc Networks (FANETs) formed by cooperative Unmanned Aerial Vehicles (UAVs) require formally proven secure and resource-efficient authentication because open wireless channels allow active adversaries to inject commands, replay traffic, and impersonate nodes. Conventional certificate-based mechanisms impose key management overhead and remain vulnerable under device capture, while existing lightweight and Physical Unclonable Function (PUF)-assisted proposals commonly assume stable connectivity, lack formal adversarial verification, or are evaluated only through simulation. This paper presents a lightweight PUF-assisted authentication protocol designed for dynamic multi-hop FANET operation. The scheme provides mutual UAV–Ground Station (GS) authentication and session key establishment and further enables secure UAV–UAV communication using an off-path ticket mechanism that eliminates continuous infrastructure dependence. The protocol is constructed through verification-driven refinement and formally analysed under the Dolev–Yao model, establishing authentication and session key secrecy and resistance to replay and impersonation attacks. Implementation-oriented latency measurements on Raspberry-Pi-class embedded platforms demonstrate that cryptographic processing time can be further reduced with hardware improvements, while the overall end-to-end delay is still largely determined by channel conditions and connection behaviour. Comparative evaluation shows reduced communication cost and broader security coverage relative to existing UAV authentication schemes, indicating practical deployability in large-scale FANET environments. Full article
(This article belongs to the Special Issue Wireless Sensor Network: Latest Advances and Prospects)
Show Figures

Graphical abstract

10 pages, 1705 KB  
Proceeding Paper
Low-Capital Expenditure AI-Assisted Zero-Trust Control Plane for Brownfield Ethernet Environments
by Hong-Sheng Wang and Reen-Cheng Wang
Eng. Proc. 2025, 120(1), 54; https://doi.org/10.3390/engproc2025120054 - 5 Feb 2026
Cited by 1 | Viewed by 701
Abstract
We developed an AI-assisted zero-trust control system at low capital expenditure to retrofit brownfield Ethernet environments without disruptive hardware upgrades or costly software-defined networking migration. Legacy network infrastructures in small and medium-sized enterprises (SMEs) lack the flexibility and programmability required by modern zero-trust [...] Read more.
We developed an AI-assisted zero-trust control system at low capital expenditure to retrofit brownfield Ethernet environments without disruptive hardware upgrades or costly software-defined networking migration. Legacy network infrastructures in small and medium-sized enterprises (SMEs) lack the flexibility and programmability required by modern zero-trust architectures, creating a persistent security gap between static Layer-1 deployments and dynamic cyber threats. The developed system addresses this gap through a modular architecture that integrates genetic-algorithm-based virtual local area network (VLAN) optimization, large language model-guided firewall rule synthesis, threat-intelligence-driven policy automation, and telemetry-triggered adaptive isolation. Network assets are enumerated and evaluated through a risk-aware clustering model to enable micro-segmentation that aligns with the principle of least privilege. Optimized segmentation outputs are translated into pfSense firewall policies through structured prompt engineering and dual-stage validation, ensuring syntactic correctness and semantic consistency. A retrieval-augmented generation pipeline connects live telemetry with historical vulnerability intelligence, enabling rapid policy adjustments and automated containment responses. The system operates as an overlay on existing managed switches, orchestrating configuration changes through standards-compliant interfaces such as simple network management protocol and network configuration protocol. Experimental evaluation in a representative SME testbed demonstrates substantial improvements in segmentation granularity, refining seven flat subnets into thirty-four purpose-specific VLANs. Compliance scores improved significantly, with the International Organization for Standardization/International Electrotechnical Commission 27001 rising from 62.3 to 94.7% and the National Institute of Standards and Technology Cybersecurity Framework alignment increasing from 58.9 to 91.2%. All 851 automatically generated firewall rules passed dual-agent validation, ensuring reliable enforcement and enhanced auditability. The results indicate that the system developed provides an operationally feasible pathway for legacy networks to achieve zero-trust segmentation with minimal cost and disruption. Future extensions will explore adaptive learning mechanisms and hybrid cloud support to further enhance scalability and contextual responsiveness. Full article
(This article belongs to the Proceedings of 8th International Conference on Knowledge Innovation and Invention)
Show Figures

Figure 1

40 pages, 3419 KB  
Systematic Review
Improvement of Low Voltage Ride-Through (LVRT) of Doubly Fed Induction Generator (DFIG)-Based Wind Energy Conversion Systems (WECSs) by STATCOMs: A Systematic Literature Review
by Nhlanhla Mbuli
Energies 2026, 19(2), 443; https://doi.org/10.3390/en19020443 - 16 Jan 2026
Cited by 2 | Viewed by 726
Abstract
To maintain power system stability and supply quality when integrating doubly fed induction generator (DFIG)-based wind energy conversion systems (DFIG-WECSs), regulators regularly update grid codes specifying low voltage ride-through (LVRT) requirements. This paper presents a systematic literature review (SLR) on the use of [...] Read more.
To maintain power system stability and supply quality when integrating doubly fed induction generator (DFIG)-based wind energy conversion systems (DFIG-WECSs), regulators regularly update grid codes specifying low voltage ride-through (LVRT) requirements. This paper presents a systematic literature review (SLR) on the use of STATCOMs to enhance LVRT capability in DFIG-WECSs. Objectives included a structured literature search, bibliographic analysis, thematic synthesis, trend identification, and proposing future research directions. A PRISMA-based methodology guided the review, utilising PRISMA 2020 for Abstracts in the development of the abstract. The final search was conducted on Scopus (31 March 2025). Eligible studies were primary research in English (2009–2014) where STATCOM was central to LVRT enhancement; exclusions included non-English studies, duplicates, reviews, and studies without a STATCOM focus. Quality was assessed using an adapted Critical Appraisal Skills Programme (CASP) tool. No automation or machine learning tools were used. Thirty-eight studies met the criteria and were synthesised under four themes: operational contexts, STATCOM-based schemes, control strategies, and optimisation techniques. Unlike prior reviews, this study critically evaluates merits, limitations, and practical challenges. Trend analysis shows evolution from hardware-based fault survival strategies to advanced optimisation and coordinated control schemes, emphasising holistic grid stability and renewable integration. Identified gaps include cyber-physical security, techno-economic assessments, and multi-objective optimisation. Actionable research directions are proposed. By combining technical evaluation with systematic trend analysis, this review clarifies the state of STATCOM-assisted LVRT strategies and outlines pathways for future innovation in DFIG-WECS integration. Full article
Show Figures

Figure 1

29 pages, 1050 KB  
Article
A Lightweight Authentication and Key Distribution Protocol for XR Glasses Using PUF and Cloud-Assisted ECC
by Wukjae Cha, Hyang Jin Lee, Sangjin Kook, Keunok Kim and Dongho Won
Sensors 2026, 26(1), 217; https://doi.org/10.3390/s26010217 - 29 Dec 2025
Viewed by 1034
Abstract
The rapid convergence of artificial intelligence (AI), cloud computing, and 5G communication has positioned extended reality (XR) as a core technology bridging the physical and virtual worlds. Encompassing virtual reality (VR), augmented reality (AR), and mixed reality (MR), XR has demonstrated transformative potential [...] Read more.
The rapid convergence of artificial intelligence (AI), cloud computing, and 5G communication has positioned extended reality (XR) as a core technology bridging the physical and virtual worlds. Encompassing virtual reality (VR), augmented reality (AR), and mixed reality (MR), XR has demonstrated transformative potential across sectors such as healthcare, industry, education, and defense. However, the compact architecture and limited computational capabilities of XR devices render conventional cryptographic authentication schemes inefficient, while the real-time transmission of biometric and positional data introduces significant privacy and security vulnerabilities. To overcome these challenges, this study introduces PXRA (PUF-based XR authentication), a lightweight and secure authentication and key distribution protocol optimized for cloud-assisted XR environments. PXRA utilizes a physically unclonable function (PUF) for device-level hardware authentication and offloads elliptic curve cryptography (ECC) operations to the cloud to enhance computational efficiency. Authenticated encryption with associated data (AEAD) ensures message confidentiality and integrity, while formal verification through ProVerif confirms the protocol’s robustness under the Dolev–Yao adversary model. Experimental results demonstrate that PXRA reduces device-side computational overhead by restricting XR terminals to lightweight PUF and hash functions, achieving an average authentication latency below 15 ms sufficient for real-time XR performance. Formal analysis verifies PXRA’s resistance to replay, impersonation, and key compromise attacks, while preserving user anonymity and session unlinkability. These findings establish the feasibility of integrating hardware-based PUF authentication with cloud-assisted cryptographic computation to enable secure, scalable, and real-time XR systems. The proposed framework lays a foundation for future XR applications in telemedicine, remote collaboration, and immersive education, where both performance and privacy preservation are paramount. Our contribution lies in a hybrid PUF–cloud ECC architecture, context-bound AEAD for session-splicing resistance, and a noise-resilient BCH-based fuzzy extractor supporting up to 15% BER. Full article
(This article belongs to the Special Issue Feature Papers in the Internet of Things Section 2025)
Show Figures

Figure 1

Back to TopTop