Latest
Call for Papers: Vol. 42 closes 30 JuneNew: Quantum Security Summit registration openAxiom Standard 7042-2024 now ratifiedGrant cycle 2025 — $4.2M committedFellows election voting opens 15 JulyCall for Papers: Vol. 42 closes 30 JuneNew: Quantum Security Summit registration openAxiom Standard 7042-2024 now ratifiedGrant cycle 2025 — $4.2M committedFellows election voting opens 15 July
Digital Library

Research Archive

Search across 2.4 million peer-reviewed documents from journals, conferences, and standards.

Showing 2 of 2,418,902 results

Journal Article Open Access Privacy Engineering

Privacy-Preserving Federated Analytics: Secure Aggregation Protocols, Homomorphic Encryption Integration, and Scalability Analysis for Cross-Organizational Data Collaboration

Privacy-preserving analytics across organizational data siloes -- enabling statistical insights from combined datasets without any party sharing raw data -- requires cryptographic protocols that provide formal privacy guarantees while remaining computationally feasible at the scale of real analytical workloads. This paper presents a systematic engineering evaluation of three privacy-preserving analytics approaches -- Secure Aggregation (SecAgg), Partial Homomorphic Encryption (PHE) using the Paillier cryptosystem, and Fully Homomorphic Encryption (FHE) using CKKS scheme in the Microsoft SEAL library -- for four representative analytical query types: count and sum aggregation, histogram construction, linear regression, and gradient-boosted tree inference. Experiments are conducted with up to 100 participating organizations on a WAN-simulated testbed, measuring query latency, communication overhead, and accuracy loss from approximation or noise addition. SecAgg achieves the best latency for aggregation queries (mean 1.4 seconds for 50-party sum) with no accuracy loss, but does not support non-linear computations. PHE supports linear regression at 50-party scale in 8.2 seconds with zero approximation error. FHE-CKKS enables approximate gradient tree inference at 50-party scale in 94 seconds, with 0.8 percent mean accuracy loss from CKKS approximation. We introduce the Privacy-Analytics Performance Index (PAPI) that aggregates latency, communication cost, accuracy retention, and implementation complexity into a single score, and provide a cryptographic protocol selection guide for 12 common multi-party analytics scenarios.

Nneka Obi, Lars Magnusson, Takuya Yoshida, Amira Hassan· Aug 2023· 267 citations
Journal Article Subscription Cloud Computing

FinOps and DevOps Convergence: Cost Observability, Cloud Waste Reduction, and Shared Financial Accountability in Engineering Organizations

As cloud infrastructure costs have become a dominant line item for technology organizations, the intersection of financial accountability and DevOps engineering practices — commonly termed FinOps — has emerged as a critical organizational capability. This paper examines how DevOps organizations can embed cost observability and financial accountability into their engineering workflows without impeding delivery velocity. We present findings from an embedded case study of three cloud-native organizations that implemented FinOps-DevOps integration programs over 18 months, supplemented by a survey of 284 engineering and finance professionals. Our analysis identifies three primary sources of cloud waste in DevOps environments: orphaned resources from automated provisioning with insufficient deprovisioning hooks, oversized baseline configurations inherited from legacy lift-and-shift migrations, and test environment sprawl from branching CI/CD strategies. We introduce the Cost-Aware Pipeline Model (CAPM), which embeds cost estimation gates, anomaly-flagging, and tagging-compliance checks directly into CI/CD pipelines, and demonstrates its deployment using AWS Cost Explorer APIs integrated with GitHub Actions and Terraform. Organizations implementing CAPM reduced monthly cloud spend by 28–41% without measurable impact on deployment frequency. We argue that FinOps represents the next frontier of DevOps maturity and propose a unified DevOps-FinOps capability model.

Adebayo Oladele, Katharina Weiss, Sun Mingzhu, Isabel Ferreira· Aug 2023· 289 citations