# Post-Quantum

Post-quantum cryptography develops cryptographic systems secure against both quantum and classical computers that interoperate with existing protocols and networks.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## JDK 27 Security Enhancements

DevFeed: [JDK 27 Security Enhancements](<https://devfeed.tech/articles/jdk-27-security-enhancements-27007.md>)

Original publisher: [Read original article](<https://inside.java/2026/09/16/jdk27-security-enhancements/>)

Author: Sean Mullan

Published: 2026-09-16T00:00:00Z

Content type: article

Language: en

Sources: [Inside Java](<https://devfeed.tech/sources/inside-java.md>)

Topics: [JDK 27](<https://devfeed.tech/topics/jdk-27.md>), [Security](<https://devfeed.tech/topics/security.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Release notes](<https://devfeed.tech/topics/release-notes.md>)

Tags: [certificates](<https://devfeed.tech/tags/certificates.md>), [cryptographic](<https://devfeed.tech/tags/cryptographic.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [jdk-27](<https://devfeed.tech/tags/jdk-27.md>), [notes](<https://devfeed.tech/tags/notes.md>), [password](<https://devfeed.tech/tags/password.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [private-key](<https://devfeed.tech/tags/private-key.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [security](<https://devfeed.tech/tags/security.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

This article reviews selected security enhancements in JDK 27, released on September 15, 2026. It highlights TLS 1.3 support for post-quantum hybrid key exchange mechanisms and the third preview of the PEM API for encoding and decoding cryptographic objects.

### Source excerpt

JDK 27 was released on September 15, 2026! As with my previous blogs, I have compiled a list of what I think are the most interesting and useful security enhancements in this release. I have also grouped them into appropriate categories (crypto, TLS, etc) which should make it easier to find out what has changed in each specific area. The JDK 27 release notes also contain further details on these and other enhancements.

## Java 27 Reaches GA With The G1 Garbage Collector By Default Everywhere

DevFeed: [Java 27 Reaches GA With The G1 Garbage Collector By Default Everywhere](<https://devfeed.tech/articles/java-27-reaches-ga-with-the-g1-garbage-collector-by-default-everywhere-26765.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/OpenJDK-27-Java-27>)

Author: Michael Larabel

Published: 2026-09-15T13:39:00Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Java](<https://devfeed.tech/topics/java.md>), [openjdk](<https://devfeed.tech/topics/openjdk.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [java](<https://devfeed.tech/tags/java.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [openjdk](<https://devfeed.tech/tags/openjdk.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [release](<https://devfeed.tech/tags/release.md>), [structured-concurrency](<https://devfeed.tech/tags/structured-concurrency.md>), [tls](<https://devfeed.tech/tags/tls.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>)

### AI overview

OpenJDK 27 has reached general availability. Its G1 garbage collector is now enabled by default across environments, replacing Serial as the default in constrained environments after improvements in throughput, latency, and memory usage. The release also includes post-quantum hybrid key exchange for TLS 1.3, preview features for lazy constants and structured concurrency, compact object headers by default, and an incubating Vector API.

### Source excerpt

Oracle christened Java 27 today with the OpenJDK 27 release reaching general availability (GA) status...

## The Honest Migration Playbook - IPsec Series, Part 11

DevFeed: [The Honest Migration Playbook - IPsec Series, Part 11](<https://devfeed.tech/articles/the-honest-migration-playbook-ipsec-series-part-11-17428.md>)

Original publisher: [Read original article](<https://blogs.cisco.com/developer/the-honest-migration-playbook-ipsec-series-part-11>)

Author: Julio Gomez

Published: 2026-09-14T19:41:59Z

Content type: article

Language: en

Sources: [Cisco Blogs](<https://devfeed.tech/sources/cisco-blogs.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Networks](<https://devfeed.tech/topics/networks.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [cisco](<https://devfeed.tech/tags/cisco.md>), [developer](<https://devfeed.tech/tags/developer.md>), [migration](<https://devfeed.tech/tags/migration.md>), [networks](<https://devfeed.tech/tags/networks.md>), [post](<https://devfeed.tech/tags/post.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-authentication](<https://devfeed.tech/tags/post-quantum-authentication.md>), [post-quantum-cryptography-pqc](<https://devfeed.tech/tags/post-quantum-cryptography-pqc.md>), [rsa](<https://devfeed.tech/tags/rsa.md>), [series](<https://devfeed.tech/tags/series.md>)

### AI overview

This article presents an operational playbook for migrating authentication in a live multi-router IPsec network from RSA certificates to ML-DSA. It contrasts authentication with key exchange, explains a mixed hub-and-spoke deployment using ML-KEM-768, and reports that changing signature algorithms cannot be performed without tunnel disruption.

### Source excerpt

The final post in the IPsec series: a fully quantum-safe tunnel on Cisco 8000 routers, both pillars live on real hardware. Part 11 closes the arc with the migration playbook and what a healthy post-quantum tunnel actually looks like.

## EF Protocol: Current and Emerging Priorities

DevFeed: [EF Protocol: Current and Emerging Priorities](<https://devfeed.tech/articles/ef-protocol-current-and-emerging-priorities-17236.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2026/09/07/protocol-priorities>)

Author: Ethereum Foundation Protocol Cluster

Published: 2026-09-07T00:00:00Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [migration](<https://devfeed.tech/topics/migration.md>), [data](<https://devfeed.tech/topics/data.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Google](<https://devfeed.tech/topics/google.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [migration](<https://devfeed.tech/tags/migration.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [research-development](<https://devfeed.tech/tags/research-development.md>)

### AI overview

The EF Protocol cluster outlines Ethereum Protocol priorities through 2029, including scoping the Hegotá upgrade and preparing Ethereum L1 to become quantum-resistant across the execution, consensus, and data layers by December 2029. The plan uses an intentionally aggressive assumption that Q-day could occur as early as 2030, with the deadline to be reassessed in January 2027.

### Source excerpt

In May, the Protocol cluster welcomed a trio of new cluster coordinators and promised updates to follow. After months of settling in and aligning with contributors cluster-wide, across the EF and across the Ethereum ecosystem, we are now happy to share Protocol's priorities: what Protocol is for, the commitments...

## Acceleration of Curve25519 Field Operations with Java Software and Intrinsics

DevFeed: [Acceleration of Curve25519 Field Operations with Java Software and Intrinsics](<https://devfeed.tech/articles/acceleration-of-curve25519-field-operations-with-java-software-and-intrinsics-15129.md>)

Original publisher: [Read original article](<https://inside.java/2026/09/03/java-acceleration-curve25519-field-operations/>)

Author: Shawn Emery

Published: 2026-09-03T00:00:00Z

Content type: article

Language: en

Sources: [Inside Java](<https://devfeed.tech/sources/inside-java.md>)

Topics: [Java](<https://devfeed.tech/topics/java.md>), [JDK 27](<https://devfeed.tech/topics/jdk-27.md>), [JDK 28](<https://devfeed.tech/topics/jdk-28.md>), [Security](<https://devfeed.tech/topics/security.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>)

Tags: [crypto](<https://devfeed.tech/tags/crypto.md>), [ed25519](<https://devfeed.tech/tags/ed25519.md>), [java](<https://devfeed.tech/tags/java.md>), [jdk](<https://devfeed.tech/tags/jdk.md>), [jdk-27](<https://devfeed.tech/tags/jdk-27.md>), [jdk-28](<https://devfeed.tech/tags/jdk-28.md>), [performance](<https://devfeed.tech/tags/performance.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [security](<https://devfeed.tech/tags/security.md>), [tls](<https://devfeed.tech/tags/tls.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

JDK 27 and JDK 28 improve Curve25519 field-operation performance through software changes and architecture-specific intrinsics. The improvements benefit X25519, Ed25519, and X25519MLKEM768 operations, with gains varying by algorithm, JDK build, and x86_64 or AArch64 platform.

### Source excerpt

Find out about the improved Curve25519 field performance in JDK 27 and JDK 28.

## Sites using PQC (September 2026)

DevFeed: [Sites using PQC (September 2026)](<https://devfeed.tech/articles/sites-using-pqc-september-2026-30242.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/pqc-use-2026-09.html>)

Published: 2026-09-01T14:49:46Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Post-quantum cryptography](<https://devfeed.tech/topics/post-quantum-cryptography.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [post](<https://devfeed.tech/tags/post.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [september-2026](<https://devfeed.tech/tags/september-2026.md>), [sites](<https://devfeed.tech/tags/sites.md>), [tls](<https://devfeed.tech/tags/tls.md>), [top](<https://devfeed.tech/tags/top.md>), [using](<https://devfeed.tech/tags/using.md>)

### AI overview

A periodic check examines which of the top 1 million domains support post-quantum cryptography in their TLS key exchange.

### Source excerpt

One more periodic check of which of the top 1M domains support post-quantum cryptography in their TLS key exchange.

## Some thoughts about Anthropic's new cryptanalysis results

DevFeed: [Some thoughts about Anthropic's new cryptanalysis results](<https://devfeed.tech/articles/some-thoughts-about-anthropic-s-new-cryptanalysis-results-29098.md>)

Original publisher: [Read original article](<https://blog.cryptographyengineering.com/2026/07/29/some-notes-about-anthropics-new-results/>)

Author: Matthew Green

Published: 2026-07-29T14:23:30Z

Content type: opinion

Language: en

Sources: [Matthew Green](<https://devfeed.tech/sources/matthew-green.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>)

Tags: [academics](<https://devfeed.tech/tags/academics.md>), [ai](<https://devfeed.tech/tags/ai.md>), [algorithm](<https://devfeed.tech/tags/algorithm.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [attacks](<https://devfeed.tech/tags/attacks.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [claude](<https://devfeed.tech/tags/claude.md>), [llm](<https://devfeed.tech/tags/llm.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [research](<https://devfeed.tech/tags/research.md>), [security](<https://devfeed.tech/tags/security.md>), [technology](<https://devfeed.tech/tags/technology.md>), [thoughts](<https://devfeed.tech/tags/thoughts.md>)

### AI overview

The article offers commentary on two cryptanalysis results published by Anthropic and produced by Claude Mythos: an attack on the proposed HAWK post-quantum signature scheme and an improved attack on reduced-round AES. It emphasizes that the HAWK attack targets a non-deployed, non-standardized scheme and demonstrates a weakness using a weakened challenge instance.

### Source excerpt

Yesterday Anthropic published two new cryptanalysis results, both outputs of Claude Mythos, their (still) unreleased advanced model. The first of these results attacks a signature scheme called HAWK, while the second is an improved attack against reduced-round AES. Anthropic also released a blog post describing the research process that produced these results. A few people ... Continue reading Some thoughts about Anthropic's new cryptanalysis results ->

## Production ML-DSA Verification in 350 Lines of Python

DevFeed: [Production ML-DSA Verification in 350 Lines of Python](<https://devfeed.tech/articles/production-ml-dsa-verification-in-350-lines-of-python-20698.md>)

Original publisher: [Read original article](<https://words.filippo.io/mldsa-py/>)

Author: Filippo Valsorda

Published: 2026-07-26T11:45:08Z

Content type: article

Language: en

Sources: [Filippo Valsorda](<https://devfeed.tech/sources/filippo-valsorda.md>)

Topics: [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Python](<https://devfeed.tech/topics/python.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [mutation-testing](<https://devfeed.tech/topics/mutation-testing.md>)

Tags: [cryptography](<https://devfeed.tech/tags/cryptography.md>), [mutation-testing](<https://devfeed.tech/tags/mutation-testing.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [python](<https://devfeed.tech/tags/python.md>), [testing](<https://devfeed.tech/tags/testing.md>), [verification](<https://devfeed.tech/tags/verification.md>)

### AI overview

The article presents a production pure-Python ML-DSA signature verifier that supports all parameter sets, Python 3.8 and later, and an API modeled after pyca/cryptography. It describes the implementation's performance, portability rationale, and testing with Wycheproof vectors, accumulated vectors, pytest, mutation testing, and branch coverage.

### Source excerpt

I am publishing a production, pure-Python ML-DSA verifier. It's just 350 lines, and pretty readable and robust.

## Post-Quantum Certificates

DevFeed: [Post-Quantum Certificates](<https://devfeed.tech/articles/post-quantum-certificates-30237.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/pqc-certs.html>)

Published: 2026-06-27T16:17:41Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [certificates](<https://devfeed.tech/topics/certificates.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [certificates](<https://devfeed.tech/tags/certificates.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [tls](<https://devfeed.tech/tags/tls.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

A summary of post-quantum certificates and the TLS and web-PKI ecosystem as of June 2026.

### Source excerpt

A summary of post-quantum certificates and the TLS / web-PKI ecosystem as of June 2026.

## Quantum Computers Are Not a Threat to 128-bit Symmetric Keys

DevFeed: [Quantum Computers Are Not a Threat to 128-bit Symmetric Keys](<https://devfeed.tech/articles/quantum-computers-are-not-a-threat-to-128-bit-symmetric-keys-20691.md>)

Original publisher: [Read original article](<https://words.filippo.io/128-bits/>)

Author: Filippo Valsorda

Published: 2026-04-20T15:21:12Z

Content type: article

Language: en

Sources: [Filippo Valsorda](<https://devfeed.tech/sources/filippo-valsorda.md>)

Topics: [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Algorithms, Complexity](<https://devfeed.tech/topics/algorithms-complexity.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [algorithms](<https://devfeed.tech/tags/algorithms.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [quantum-algorithms](<https://devfeed.tech/tags/quantum-algorithms.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

The article argues that quantum computers do not require larger symmetric key sizes during the post-quantum transition. It explains why Grover's algorithm does not reduce the practical security of AES-128 and SHA-256 enough to justify replacing 128-bit symmetric keys, while asymmetric cryptography remains affected by Shor's algorithm.

### Source excerpt

There is no need to update symmetric key sizes as part of the post-quantum transition, due to the details of how Grover's algorithm scales. Most authorities agree.

## A Cryptography Engineer's Perspective on Quantum Computing Timelines

DevFeed: [A Cryptography Engineer's Perspective on Quantum Computing Timelines](<https://devfeed.tech/articles/a-cryptography-engineer-s-perspective-on-quantum-computing-timelines-20693.md>)

Original publisher: [Read original article](<https://words.filippo.io/crqc-timeline/>)

Author: Filippo Valsorda

Published: 2026-04-06T15:00:00Z

Content type: opinion

Language: en

Sources: [Filippo Valsorda](<https://devfeed.tech/sources/filippo-valsorda.md>)

Topics: [Quantum Computing](<https://devfeed.tech/topics/quantum-computing.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>)

Tags: [attacks](<https://devfeed.tech/tags/attacks.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [quantum-computing](<https://devfeed.tech/tags/quantum-computing.md>), [research](<https://devfeed.tech/tags/research.md>)

### AI overview

A cryptography engineer explains why recent research on quantum algorithms, hardware, qubits, and error correction has changed his assessment of the urgency of migrating to quantum-resistant cryptography. He argues that cryptographically relevant quantum computers may arrive within the next few years and could threaten elliptic-curve cryptography and WebPKI.

### Source excerpt

The risk that cryptographically-relevant quantum computers materialize within the next few years is now high enough to be dispositive, unfortunately.

## Sites using PQC (February 2026)

DevFeed: [Sites using PQC (February 2026)](<https://devfeed.tech/articles/sites-using-pqc-february-2026-30241.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/pqc-use-2026-02.html>)

Published: 2026-02-28T19:42:26Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Post-quantum cryptography](<https://devfeed.tech/topics/post-quantum-cryptography.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

A periodic check examines which of the top 1 million domains support post-quantum cryptography in their TLS key exchange, using February 2026 data.

### Source excerpt

Another periodic check of which of the top 1M domains support post-quantum cryptography in their TLS key exchange.

## Ethereum Protocol Studies 2026

DevFeed: [Ethereum Protocol Studies 2026](<https://devfeed.tech/articles/ethereum-protocol-studies-2026-17210.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2026/02/17/ethereum-protocol-studies-26>)

Author: Josh Davis; Mario Havel

Published: 2026-02-17T00:00:00Z

Content type: release

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Learning](<https://devfeed.tech/topics/learning.md>), [Zero-knowledge proof](<https://devfeed.tech/topics/zkp.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [foss](<https://devfeed.tech/topics/foss.md>), [Discord](<https://devfeed.tech/topics/discord.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [discord](<https://devfeed.tech/tags/discord.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [foss](<https://devfeed.tech/tags/foss.md>), [learning](<https://devfeed.tech/tags/learning.md>), [math](<https://devfeed.tech/tags/math.md>), [platform](<https://devfeed.tech/tags/platform.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [q-a](<https://devfeed.tech/tags/q-a.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [video](<https://devfeed.tech/tags/video.md>), [zero-knowledge](<https://devfeed.tech/tags/zero-knowledge.md>)

### AI overview

Ethereum Protocol Studies returns in 2026 with new cryptography and consensus content tracks, including material on zkEVMs, plus a self-paced learning platform built on Moodle. The program begins February 23.

### Source excerpt

tl;dr: Ethereum Protocol Studies returns for 2026 with new content tracks in cryptography, lean consensus and zkEVM, plus a new self-paced learning platform. The program kicks off February 23rd. Visit epf.wiki to get started. Ethereum Protocol Studies (EPS) is back. Since launching as a 10-week study group ahead of...

## Use of PQC in SMTP STARTTLS

DevFeed: [Use of PQC in SMTP STARTTLS](<https://devfeed.tech/articles/use-of-pqc-in-smtp-starttls-30255.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/smtp-pqc.html>)

Published: 2026-01-23T19:54:53Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Post-quantum cryptography](<https://devfeed.tech/topics/post-quantum-cryptography.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [cryptography](<https://devfeed.tech/tags/cryptography.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>), [servers](<https://devfeed.tech/tags/servers.md>), [smtp](<https://devfeed.tech/tags/smtp.md>)

### AI overview

A quick summary of which SMTP servers among the Top 1M domains use post-quantum cryptography for STARTTLS.

### Source excerpt

A quick summary of which SMTP servers amongst the Top1M domains uses post-quantum cryptography for STARTTLS.

## Preparing Java Systems for the European Post-Quantum Cryptography Transition

DevFeed: [Preparing Java Systems for the European Post-Quantum Cryptography Transition](<https://devfeed.tech/articles/breaking-keys-and-building-trust-the-java-way-23012.md>)

Original publisher: [Read original article](<https://www.javaadvent.com/2025/12/breaking-keys-and-building-trust-the-java-way.html>)

Author: Ixchel Ruiz

Published: 2025-12-10T03:03:48Z

Content type: tutorial

Language: en

Sources: [Java Advent Calendar](<https://devfeed.tech/sources/java-advent-calendar.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Java](<https://devfeed.tech/topics/java.md>), [Post-quantum cryptography](<https://devfeed.tech/topics/post-quantum-cryptography.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [java](<https://devfeed.tech/tags/java.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [resilience](<https://devfeed.tech/tags/resilience.md>)

### AI overview

This article explains how European legislation, strategic planning, and emerging standards are driving a transition toward crypto-agile and post-quantum-ready systems. It provides guidance for Java practitioners and discusses KEM/KDF APIs, PEM support, hybrid TLS efforts, and PQC-related proposals.

### Source excerpt

-- Preparing for the Quantum Shift Table of Contents The EU's Post-Quantum Plan: Recommendation (EU) 2024/1101 What will upcoming EU cybersecurity legislation require? And how can Java help you prepare? Why this is significant for architects? Java advisory note NIS2 -- Cryptography as Organizational Governance Engineering Implications Java advisory note DORA -- Operational Resilience [...] The post Breaking keys and building trust: The JAVA way! appeared first on JVM Advent.

## The 2025 Go Cryptography State of the Union

DevFeed: [The 2025 Go Cryptography State of the Union](<https://devfeed.tech/articles/the-2025-go-cryptography-state-of-the-union-20692.md>)

Original publisher: [Read original article](<https://words.filippo.io/2025-state/>)

Author: Filippo Valsorda

Published: 2025-11-20T15:42:24Z

Content type: article

Language: en

Sources: [Filippo Valsorda](<https://devfeed.tech/sources/filippo-valsorda.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Security](<https://devfeed.tech/topics/security.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [OpenSSH](<https://devfeed.tech/topics/openssh.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [go](<https://devfeed.tech/tags/go.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [security](<https://devfeed.tech/tags/security.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

A transcript of the 2025 Go Cryptography State of the Union, covering developments in Go cryptography over the previous year. It highlights post-quantum key exchanges, FIPS 140 work, and the security track record of Go cryptography packages, including vulnerability trends.

### Source excerpt

I delivered my traditional Go Cryptography State of the Union talk at GopherCon US 2025 in New York. It goes into everything that happened at the intersection of Go and cryptography over the last year.

## Sites using PQC (September 2025)

DevFeed: [Sites using PQC (September 2025)](<https://devfeed.tech/articles/sites-using-pqc-september-2025-30240.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/pqc-use-2025-09.html>)

Published: 2025-09-15T13:42:18Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Post-quantum cryptography](<https://devfeed.tech/topics/post-quantum-cryptography.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>)

Tags: [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [tls](<https://devfeed.tech/tags/tls.md>), [updated](<https://devfeed.tech/tags/updated.md>)

### AI overview

An updated check examines which of the top 100K domains support post-quantum cryptography in their TLS key exchange.

### Source excerpt

An updated check of which of the top 100K domains support post-quantum cryptography in their TLS key exchange.

## Lean Ethereum: A vision for scaling, security, and decentralization

DevFeed: [Lean Ethereum: A vision for scaling, security, and decentralization](<https://devfeed.tech/articles/lean-ethereum-17175.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/07/31/lean-ethereum>)

Author: Justin Drake

Published: 2025-07-31T00:00:00Z

Content type: opinion

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Security](<https://devfeed.tech/topics/security.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [RISC-V](<https://devfeed.tech/topics/riscv.md>)

Tags: [cryptography](<https://devfeed.tech/tags/cryptography.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [risc-v](<https://devfeed.tech/tags/risc-v.md>), [security](<https://devfeed.tech/tags/security.md>), [upgrades](<https://devfeed.tech/tags/upgrades.md>)

### AI overview

The article presents "lean Ethereum" as a vision for Ethereum's next decade, focused on combining higher performance with security and decentralization. It proposes upgrades to consensus, data availability, and execution, including post-quantum cryptography, real-time zkVMs, data availability sampling, and a possible SNARK-friendly RISC-V-based instruction set.

### Source excerpt

Yesterday Ethereum turned 10. Today, lean Ethereum is unveiled as a vision--and personal mission--for the next 10 years. We stand at the dawn of a new era. Millions of TPS. Quantum adversaries. How does Ethereum marry extreme performance with uncompromising security and decentralization? TLDR: next-generation cryptography is central...

## Post-Quantum Cryptography Proof of Concept Implementations

DevFeed: [Post-Quantum Cryptography Proof of Concept Implementations](<https://devfeed.tech/articles/post-quantum-cryptography-proof-of-concept-implementations-30238.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/pqc-pocs.html>)

Published: 2025-07-20T21:35:33Z

Content type: tutorial

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Post-quantum cryptography](<https://devfeed.tech/topics/post-quantum-cryptography.md>), [QUIC](<https://devfeed.tech/topics/quic.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Server](<https://devfeed.tech/topics/server.md>), [client](<https://devfeed.tech/topics/client.md>)

Tags: [client](<https://devfeed.tech/tags/client.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [language](<https://devfeed.tech/tags/language.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [quic](<https://devfeed.tech/tags/quic.md>), [server](<https://devfeed.tech/tags/server.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

The article presents a few QUIC post-quantum cryptography TLS server implementations intended to help verify client and language capabilities.

### Source excerpt

A few quic PQC TLS server implekentations to help you verify client and language capabilities.

## Sites using PQC (March 2025)

DevFeed: [Sites using PQC (March 2025)](<https://devfeed.tech/articles/sites-using-pqc-march-2025-30239.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/pqc-use-2025-03.html>)

Published: 2025-03-24T06:57:11Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Post-quantum cryptography](<https://devfeed.tech/topics/post-quantum-cryptography.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>), [sites](<https://devfeed.tech/tags/sites.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

The article describes a check of the top 100,000 domains to identify which support post-quantum cryptography in their TLS key exchange. The supplied evidence does not include the check's results.

### Source excerpt

A quick look to check which of the top 100K domains support post-quantum cryptography in their TLS key exchange.

## The case for adding disappearing messages to Apple iMessage

DevFeed: [The case for adding disappearing messages to Apple iMessage](<https://devfeed.tech/articles/dear-apple-add-disappearing-messages-to-imessage-right-now-29090.md>)

Original publisher: [Read original article](<https://blog.cryptographyengineering.com/2025/03/01/dear-apple-add-disappearing-messages-to-imessage-right-now/>)

Author: Matthew Green

Published: 2025-03-01T16:53:30Z

Content type: opinion

Language: en

Sources: [Matthew Green](<https://devfeed.tech/sources/matthew-green.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [iphone](<https://devfeed.tech/topics/iphone.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [iphone](<https://devfeed.tech/tags/iphone.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This opinion piece examines whether Apple iMessage is secure despite its end-to-end encryption and post-quantum security. It argues that message persistence creates privacy risks and makes the case for adding disappearing messages.

### Source excerpt

This is a cryptography blog and I always feel the need to apologize for any post that isn't "straight cryptography." I'm actually getting a little tired of apologizing for it (though if you want some hard-core cryptography content, there's plenty here and here.) Sometimes I have to remind my colleagues that out in the real ... Continue reading Dear Apple: add "Disappearing Messages" to iMessage right now ->

## Post-Quantum Cryptography in February 2025

DevFeed: [Post-Quantum Cryptography in February 2025](<https://devfeed.tech/articles/post-quantum-cryptography-in-february-2025-30236.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/pqc-2025-02.html>)

Published: 2025-02-19T16:12:46Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Post-quantum cryptography](<https://devfeed.tech/topics/post-quantum-cryptography.md>), [implementation](<https://devfeed.tech/topics/implementation.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [industry](<https://devfeed.tech/tags/industry.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>)

### AI overview

An updated summary of how post-quantum cryptography implementation has advanced in the industry over the last year, as of February 2025.

### Source excerpt

An updated summary of how the implementation of post-quantum cryptography has advanced in the industry in the last year.

## Real World Crypto 2024

DevFeed: [Real World Crypto 2024](<https://devfeed.tech/articles/real-world-crypto-2024-29180.md>)

Original publisher: [Read original article](<https://www.latacora.com/blog/2024/05/07/real-world-crypto-2024/>)

Published: 2024-05-07T11:00:17Z

Content type: article

Language: en

Sources: [Latacora](<https://devfeed.tech/sources/latacora.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Certificate Transparency](<https://devfeed.tech/topics/certificate-transparency.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [certificate-transparency](<https://devfeed.tech/tags/certificate-transparency.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [internet](<https://devfeed.tech/tags/internet.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [public-key](<https://devfeed.tech/tags/public-key.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

A blog post records notes from Real World Crypto 2024 in Toronto, discussing applied cryptography trends including post-quantum messaging, key transparency, and privacy-enhancing technologies. It also describes Certificate Transparency's Levchin Prize recognition and its role in improving accountability for the Web Public Key Infrastructure.

### Source excerpt

We traveled to Toronto this year to attend RWC 2024. The conference was held in TIFF Lightbox located in the city's downtown; the venue is the headquarters for the Toronto Film Festival and contains five cinema rooms. RWC is a single-tracked conference and there's no hard requirement that talks are backed by papers. Each RWC includes the Levchin prize ceremony for major achievements in applied cryptography, several invited talks and the lightning talks session.

## A symmetric-key approach to post-quantum Web PKI

DevFeed: [A symmetric-key approach to post-quantum Web PKI](<https://devfeed.tech/articles/let-s-kerberos-36612.md>)

Original publisher: [Read original article](<http://www.imperialviolet.org/2024/04/07/letskerberos.html>)

Author: Adam Langley

Published: 2024-04-07T00:00:00Z

Content type: opinion

Language: en

Sources: [ImperialViolet](<https://devfeed.tech/sources/imperialviolet.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Post-Quantum](<https://devfeed.tech/topics/post-quantum.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [public key](<https://devfeed.tech/topics/public-key.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>), [kerberos](<https://devfeed.tech/topics/kerberos.md>)

Tags: [cryptography](<https://devfeed.tech/tags/cryptography.md>), [dns](<https://devfeed.tech/tags/dns.md>), [don-t](<https://devfeed.tech/tags/don-t.md>), [kerberos](<https://devfeed.tech/tags/kerberos.md>), [post-quantum](<https://devfeed.tech/tags/post-quantum.md>), [public](<https://devfeed.tech/tags/public.md>), [public-key](<https://devfeed.tech/tags/public-key.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

The article proposes using DNS records and shared symmetric keys with multiple certificate authorities to help authenticate a Kyber key agreement between a client and server. It notes that initial public-key connections to the authorities would still require large post-quantum signatures and raises privacy and policy concerns because authorities could observe which servers clients contact.

### Source excerpt

(I think this is worth pondering, but I don't mean it too seriously--don't panic.) Are the sizes of post-quantum signatures getting you down? Are you despairing of deploying a post-quantum Web PKI? Don't fret! Symmetric cryptography is post-quantum too! When you connect to a site, also fetch a record from DNS that contains a handful of "CA" records. Each contains: a UUID that identifies a CA ECA-key(server-CA-key, AAD=server-hostname) A key ID so that the CA can find "CA-key" from the previous field. "CA-key" is a symmetric key known only to the CA, and "server-CA-key" is a symmetric key known to the server and the CA. The client finds three of these CA records where the UUID matches a CA that the client trusts. It then sends a message to each CA containing: ECA-key'(client-CA-key) -- i.e. a key that the client and CA share, encrypted to a key that only the CA knows. We'll get to how the client has such a value later. A key ID for CA-key'. Eclient-CA-key(client-server-key) -- the client randomly generates a client-server key for each CA. The CA record from the server's DNS. The hostname that the client is connecting to. The CA can decrypt "client-CA-key" and then it can decrypt "server-CA-key" (from the DNS information that the client sent) using an AAD that's either the client's specified hostname, or else that hostname with the first label replaced with *, for wildcard records. The CA replies with Eserver-CA-key(client-server-key), i.e. the client's chosen key, encrypted to the server. The client can then start a TLS connection with the server, send it the three encrypted client-server keys, and the client and server can authenticate a Kyber key-agreement using the three shared keys concatenated. Both the client and server need symmetric keys established with each CA for this to work. To do this, they'll need to establish a public-key authenticated connection to the CA. So these connections will need large post-quantum signatures, but that cost can be amortised over

[Next page](<https://devfeed.tech/topics/post-quantum.md?cursor=WyIyMDI0LTA0LTA3VDAwOjAwOjAwKzAwOjAwIiwgImY5YjBiYmFhLWJiYWItNDNmZS04YTMzLTA1NWU2ZjA3ZjIzOCJd>)