Jul 2026· International Mediterranean Conference on Communications and Networking· pp. 1-6· 0 citations· 15 references
Computer Science
Abstract
Vehicle-to-Everything (V2X) communication requires continuous exchange of mobility data, but this information is highly sensitive and must be protected. Fully Homomorphic Encryption (FHE) enables computation directly on encrypted data and has recently been explored for Intelligent Transportation Systems (ITS), yet its practical feasibility for specific V2X tasks remains unclear. This paper experimentally evaluates three lattice-based schemes (BFV, BGV, CKKS) using OpenFHE on SUMO-generated mobility data. Three representative traffic-related tasks are considered: collision-risk detection, average speed estimation, and traffic density. For each scheme, we measure encryption time, homomorphic computation time, decryption time, ciphertext size, and correctness relative to plaintext baselines. The results show that all schemes achieve near-perfect correctness, and that aggregated analytics (average speed, density) complete well within non-safety-critical time budgets. However, all schemes consume a significant portion of the 100 ms safety message threshold. These findings quantify the current performance–privacy trade-offs of FHE in V2X scenarios and indicate that hardware acceleration or lighter cryptographic configurations are needed for real-time safety applications.
: Threshold fully homomorphic (ThFHE) encryption, as a communication encryption protocol, ensures that no third party participates in generating or knows any parameters. Compared to multi-key fully homomorphic encryption, it avoids excessive noise expansion caused by too many users participating in the calculation. However, current ThFHE algorithms focus on reducing computational overhead, thereby neglecting integrity verification of participating nodes’ behavior in distributed collaborative environments, leaving the system vulnerable to malicious actors. Without an effective verification mechanism, malicious nodes can manipulate the final result without breaking the protocol flow by injecting biased noise or providing forged partial decryption values, compromising data integrity. This research proposes an enhanced ThFHE encryption scheme based on a Full Remainder System (Full-RNS) architecture. This scheme integrates Distributed Key Generation (DKG) and Multi-Party Computation Relinearized Key (MPC RLK) techniques to achieve fully decentralized parameter initialization. To combat malicious attacks, we introduce a Non-Interactive Zero-Knowledge (NIZK) proof that incorporates smudging noise, ensuring that the computational trajectory at each stage can be publicly verified without leaking private key information. The results of the experiment show that this scheme maintains efficient homomorphic computation of the BFV algorithm while effectively resisting node fraud, providing more robust security for voting systems and medical privacy computations.
Ting-Yu Chen, Arijit Karati, Er-Shuo Zhuang et al.· International Conference on...· 0 citations
This paper presents a structured review of privacy-preserving data processing techniques for cloud environments built on HE and FL, individually and in hybrid combination, and identifies promising directions for future research.
Shivendra Shukla, C. S. Gautam, Divyansh Tiwari· International Journal of Cre...· 0 citations
Homomorphic encryption (HE) enables computation on encrypted data and has emerged as a promising technology for privacy-preserving distributed analytics. However, the practical deployment of HE in large-scale hierarchical systems requires a thorough understanding of its computational overhead, scalability, and accuracy. This paper presents a generic hierarchical benchmarking framework for systematically evaluating homomorphic encryption schemes in multi-level aggregation environments. The framework supports configurable aggregation topologies, detailed operation-level profiling, and multiple encryption backends, enabling consistent and reproducible performance analysis across node-, cluster-, and global-level aggregation stages. Using the proposed framework, we conduct a comparative evaluation of the Brakerski/Fan–Vercauteren (BFV) and Cheon–Kim–Kim–Song (CKKS) schemes under identical workloads. Experimental results show that CKKS consistently outperforms BFV, achieving a 44.3% reduction in aggregation latency and a 24.6% reduction in decryption latency. For the tested encoding and parameter settings, CKKS delivers significantly lower numerical error, reducing the mean absolute error from 3.21×10−3 to 5.91×10−10. The proposed framework offers a reusable and extensible platform for evaluating emerging HE schemes and privacy-preserving analytics applications, thereby supporting future research and deployment of secure distributed data processing systems.
A. A. Shivani, M. Zaman, Pirathayini Srikantha et al.· Cryptography· 0 citations
: To support privacy-preserving computation in resource-constrained environments, this paper presents a systematic performance comparison between homomorphic encryption (HE) and hybrid homomorphic encryption (HHE) on embedded edge hardware. While HE enables computations on encrypted data without decryption, its practical implementation remains challenging due to extensive computational and memory requirements. HHE alleviates this burden by having the client encrypt data with the lightweight symmetric cipher instead, while the data processor (server) handles the intensive transciphering into homomorphic format. We investigate the performance trade-offs between direct encryption with the homomorphic encryption scheme TFHE and a hybrid approach combining the Kreyvium stream cipher with TFHE. Testing on Raspberry Pi hardware shows HHE’s client-side advantages: Kreyvium’s pure encryption time is two times faster than TFHE, and it requires only 0.02% of its RAM. This efficiency comes at the cost of increased server-side processing during transciphering, shifting the computational burden from encryptors (clients) to data processors (servers). Based on measurements across different hardware configurations, we develop a decision framework for selecting HHE or HE based on data characteristics and operational requirements.
Hannah Meinhardt, Clemens Krüger, Dominik Schoop· International Conference on...· 0 citations
A viable, privacy-friendly auditing framework of clouds which guarantees the end-toend encrypted verification without sacrificing the efficiency is presented.
Deepshikha Chaturvedi, Vidyullata Devmane, Shashikant S. Radke et al.· International Journal of Com...· 0 citations