Most of my blog is in Hungarian, the below English entries are generally reprints of my Linkedin posts. They are also available via via RSS .

 

AI enthusiast vs Luddite approaches2025-10-30

Most AI related opinions fall into one of the extremes: either AI enthusiast 🤖🥰 or radical anti-AI 🤖😡. There is truth on both sides, and one can also argue against both:

vs the enthusiast riding the AI hype 🤖🥰:

vs the anti-AI Luddite 🤖😡:

 

I use AI, as it is useful and rejecting it does not bring you anywhere. I try to learn how to use it right. Companies riding the AI hype are creating AI systems both good and bad -- as a security guy I will need to secure them. I tend to be open & creative when experimenting, but conservative when it is a live system.

Be open & learn but keep your gunpowder dry!

 

This post was first published on Linkedin here on 2025-10-23.

 

Agentic AI trainings on Linkedin2025-10-19

Let me share some experience about the agentic AI trainings I completed on Linkedin:

 

I find frameworks like CrewAI rather useful; they allow you to write code fully independent of the AI platform you use (OpenAI, Gemini, Claude, etc). It also orchestrates how you call the LLM, helps you glue your prompts together and extract results. Not rocket science, but very a handy tool.

 

This post was first published on Linkedin here on 2025-10-19.

 

Mozart vs SQL2025-09-29

Wolfgang Amadeus Mozart was a great composer, but it is less known that he completely sucked at relational databases.

Mozart was a very active prodigy with many revisions and variations of his works. He kept no catalogue himself, his manuscripts were all over the place, and some were discovered after his death only (when forgeries started appearing too). Many of his works lacked a title or any other way they could be unambiguously identified. Thus, people were confused when referring to Mozart's works, some wondering cluelessly like: 'You know the one that starts like 🎶🎵 [humming]... No, not that one, the one that continues as 🎵🎶 [humming]...' Even counting his works was a challenge. Mozart did not use any unique id; he clearly did not think of people later trying to organize his works into an SQL database. 😄

Then came Mozart-researcher superhero🦸 Ludwig von Köchel, who said: 'Let's number Mozart's works in chronological order!' So hath Köchel spoken, the Köchel catalogue was born, and there was confusion no more. (*)

➡️ Assigning ids is a surprisingly simple and effective solution.

➡️ While you cannot blame Mozart for not using unique ids 300 years before computers, it is just surprising how many times we see in today's world long lists of 'stuff' without any way to navigate, identify items, tell them apart or count them.

➡️ For me as a security guy: it is really tough to secure something you cannot even count... 😫

 

*: Actually, people kept discovering new works of Mozart, and some were re-dated / re-attributed, so the Köchel catalogue had to be re-numbered a couple of times. Today it sounds like a better idea to say: 'Let's number them in any order and do not change those numbers ever as ids must be immutable'. (see 9th edition of Köchel catalogue)

 

This post was first published on Linkedin here on 2025-09-28.

 

Win10 support ends, try Linux?2025-09-21

Support for Windows 10 ends on October 14, 2025, which means: no more security patches. It is a very bad idea to run an OS without security patches (unless you live in a cave; a cave without any Internet). Time to get off Win10!

We had a Win10 machine in our home which did not update to Win11, as it did not meet its hardware requirements. It is a good machine otherwise, and I just did not want to throw it away 🚯 just because M$ stops the support.

I decided to install Linux 🐧 (Debian 'trixie' 13.1). I used to run Linux on my desktop while I was a PhD student, but after I joined the corporate world, I gave in and moved my desktop to Windows (and using Linux on servers only). It felt so good to have the Linux desktop back! 😊

Some key observations:

It barely matters what OS I use today. I do most of my things in a browser, and that is cross-platform. M$ Office is not something I can realistically get rid of, but it is also available in a browser. The apps I use are usually free and cross platform. When I need a specific OS, I can fire it up on a VM in the cloud and connect to it.

Get off Win10 ASAP, and keep in mind that you are no longer locked into Windows! 😄

 

Update (2025-09-29): Microsoft decided to make Windows 10 extended security updates truly free in Europe.

 

This post was first published on Linkedin here on 2025-09-20.

 

Why post quantum crypto?2025-09-11

I first published the below on Linkedin here on 2025-01-25.

 

The PKI Consortium held a conference on Post-Quantum Cryptography on Jan 15-16. Let me share some background and my takeaways.

Quantum Computers (QCs) could perform some calculations much faster than any traditional computer. Not a mere thousand times faster, million times or billion times faster, but radically faster ⏩⏩, providing 'efficient' solutions for math problems we cannot hope to solve with today's computers. They are specialized devices, you cannot browse the web or play 🎮 video games on a QC. You are unlikely to ever have one in your home, as they require very special physical conditions to function. However, they are likely to bring major breakthroughs in areas like optimization algorithms or machine learning, so they are researched extensively. They are also likely to reshape cryptography.

A large-scale Quantum Computer (which does not exist yet) shall allow faster attacks against cryptographic algorithms:

Post-Quantum Cryptography (PQC) is about migrating to stronger, quantum-resistant crypto algorithms (which will remain safe in the age of Quantum Computers).

It may take years or decades until a cryptographically relevant QC becomes reality. Technical problems seem solvable, one speaker at the conference suggested that how far QCs are merely depends on how badly people need them and how much money they are willing to spend. The recently announced Willow chip is one step towards scalable QCs, it does not turn anything upside down. QCs are not a direct threat today, and it will take time from the first scalable QC until your adversaries will put their hands on one too. However, preparing for them is not a problem of the far future. There are attackers already collecting and storing encrypted data, hoping they will be able to decrypt them when a QC becomes available. (This is called the 'harvest now, decrypt later' attack ⚡.)

Replacing crypto algorithms is hard. First, the new algorithms need to be researched. Second, they need to be standardized, to allow interoperability. Once standards are ready, devs can create software implementations, but you can only use them, when both/all sides of your protocol support the new algorithm. (I recall migrating TLS to SHA2-based certs: a very large part of the Internet had to support SHA2 before people could even start installing SHA2-based certs on their servers.) Even if you are already using the new algorithms, legacy implementations may still opt to downgrade to the old ones (and attackers will do the same). Once there is a critical mass out there who supports the new algorithms, then you can enforce the new and disable the legacy algorithms -- this is the point when you are secure 🔒.

Past crypto migrations took over a decade 😮, and some speakers even questioned if they ever ended 😄 (yes, SHA1->SHA2 was hard). Still, if you would like to keep your secrets safe for X years, and it would take Y years to migrate to quantum safe algorithms, and quantum computers are likely to arrive in Z<X+Y years, then you are already too late 😵. (See: Mosca's theorem.)

The standardization of PQC algorithms just concluded. NIST ran a process for selecting the new PQC algorithms from 2016, and released standardized quantum-safe public key algorithms in 2024:

NIST has also published a timeline (see: NIST IR 8547) for transitioning to the new PQC algorithms, detailing for how long each current/legacy algorithm is usable. The transition is expected to be completed 🏁 in 2035.

My key takeaway was also called out by the NSA presenter: standards are ready, the clock is ticking, time to roll up your sleeves and work on how you get to PQC.

 

More entries...

 

 
This is my personal website, opinions expressed here are strictly my own, and do not reflect the opinion of my employer. My English blog is experimental and only a small portion of my Hungarian blog is available in English. Contents of my blog may be freely used according to Creative Commons license CC BY.