Tag: cryptographic functions

  • Schneier on Security: Implementing Cryptography in AI Systems

    Source URL: https://www.schneier.com/blog/archives/2025/02/implementing-cryptography-in-ai-systems.html Source: Schneier on Security Title: Implementing Cryptography in AI Systems Feedly Summary: Interesting research: “How to Securely Implement Cryptography in Deep Neural Networks.” Abstract: The wide adoption of deep neural networks (DNNs) raises the question of how can we equip them with a desired cryptographic functionality (e.g, to decrypt an encrypted input,…

  • Hacker News: Questioning the Criteria for Evaluating Non-Cryptographic Hash Functions

    Source URL: https://cacm.acm.org/practice/questioning-the-criteria-for-evaluating-non-cryptographic-hash-functions/ Source: Hacker News Title: Questioning the Criteria for Evaluating Non-Cryptographic Hash Functions Feedly Summary: Comments AI Summary and Description: Yes Summary: The text provides an in-depth examination of both cryptographic and non-cryptographic hash functions, highlighting their importance in computing practices, security requirements, and performance in various applications. It reveals critical insights into…

  • The Register: The biggest microcode attack in our history is underway

    Source URL: https://www.theregister.com/2025/02/10/microcode_attack_trump_musk/ Source: The Register Title: The biggest microcode attack in our history is underway Feedly Summary: When your state machines are vulnerable, all bets are off Opinion All malicious attacks on digital systems have one common aim: taking control. Mostly, that means getting a CPU somewhere to turn traitor, running code that silently…

  • Hacker News: Three Mistakes from Dart/Flutter’s Weak PRNG

    Source URL: https://www.zellic.io/blog/proton-dart-flutter-csprng-prng Source: Hacker News Title: Three Mistakes from Dart/Flutter’s Weak PRNG Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The provided text discusses significant vulnerabilities discovered within the Dart/Flutter ecosystem, particularly highlighting the implications of using predictable random number generators (PRNG) and their impact on applications. This is relevant for professionals in…