Tag: cryptographic implementations
-
CSA: Assessing the Security of FHE Solutions
Source URL: https://cloudsecurityalliance.org/blog/2025/03/19/assessing-the-security-of-fhe-solutions Source: CSA Title: Assessing the Security of FHE Solutions Feedly Summary: AI Summary and Description: Yes **Summary:** The text discusses Fully Homomorphic Encryption (FHE), emphasizing its critical role in enhancing data privacy and security, particularly for data-in-use scenarios. It provides insights into evaluating FHE solutions, focusing on mathematical security guarantees, trust factors,…
-
Hacker News: Constant-Time Code: The Pessimist Case [pdf]
Source URL: https://eprint.iacr.org/2025/435.pdf Source: Hacker News Title: Constant-Time Code: The Pessimist Case [pdf] Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the challenges and pessimistic outlook surrounding the implementation of constant-time coding in cryptographic software, especially in the light of modern compiler optimization techniques and the increasing complexity of CPU architectures.…
-
Hacker News: Constant-time coding will soon become infeasible
Source URL: https://eprint.iacr.org/2025/435 Source: Hacker News Title: Constant-time coding will soon become infeasible Feedly Summary: Comments AI Summary and Description: Yes Summary: This paper discusses the challenges and shortcomings associated with writing secure cryptographic software that is free from timing-based side-channels. It presents a pessimistic view on the feasibility of constant-time coding, suggesting that failures…
-
Hacker News: How (not) to sign a JSON object (2019)
Source URL: https://www.latacora.com/blog/2019/07/24/how-not-to/ Source: Hacker News Title: How (not) to sign a JSON object (2019) Feedly Summary: Comments AI Summary and Description: Yes Summary: The text provides a detailed examination of authentication methods, focusing on signing JSON objects and the complexities of canonicalization. It discusses both symmetric and asymmetric cryptographic methods, particularly emphasizing the strengths…