Tag: security
All the articles with the tag "security".
The Ultimate Guide to Post-Quantum Cryptography and TLS 1.3
Published: at 12:00 PMOver half the web's TLS handshakes are already post-quantum and almost nobody noticed. How ML-KEM hybrid key exchange works in TLS 1.3, what "harvest now, decrypt later" actually means, why certificates are the unsolved half, why your database at rest was never the problem, and where the JVM stands with JEP 496 and JEP 527.
The Ultimate Guide to Fuzz Testing in Java
Published: at 12:00 PMA hands-on introduction to fuzz testing for developers. What fuzzing is, how Go bakes it into the standard library, and how to do coverage-guided fuzzing in Java with Jazzer, including the regression-corpus loop that locks every discovered bug in forever.