← Latest papers
💻 computer science

MQTT Across a Raspberry Pi 5 IoT Network Utilizing Quantum-resistant Signature Algorithms

This paper investigates the implementation of the FALCON post-quantum digital signature scheme within a three-node Raspberry Pi 5 MQTT network to evaluate the performance trade-offs of securing resource-constrained IoT communications against future quantum threats.

Original authors: Ray Feingold, Chansu Yu

Published 2026-05-14
📖 5 min read🧠 Deep dive

Original authors: Ray Feingold, Chansu Yu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: A Future-Proof Lock for Tiny Devices

Imagine you have a house full of smart devices (like a smart thermostat or a motion sensor) that talk to each other using a simple, efficient language called MQTT. Think of MQTT as a very efficient postal service: it doesn't need heavy trucks or fancy packaging; it just drops small notes in mailboxes so devices can share information quickly, even if the internet connection is spotty or the devices have weak batteries.

However, there is a looming threat. A super-powerful "quantum computer" is being built in the future. If it arrives, it will be like a master key that can pick any lock currently used to protect these devices (specifically the locks based on RSA and Elliptic Curve cryptography). This means that data sent today could be stolen and unlocked years from now.

The Solution: The authors of this paper tried to install a new type of "quantum-resistant" lock on these tiny devices. They used a specific lock called FALCON, which is designed to be so complex that even a future quantum computer couldn't pick it.

The Experiment: Three Raspberry Pies and a Motion Sensor

To test if this new lock works on real, small hardware, the researchers set up a mini-network using three Raspberry Pi 5s (tiny, cheap computers that look like circuit boards).

  1. The Publisher (The Sensor): One Raspberry Pi was connected to a motion detector. When it saw movement, it acted like a messenger, writing a note saying "Someone is here!" and sending it out.
  2. The Broker (The Post Office): A second Raspberry Pi acted as the central hub. It didn't create messages; it just received them from the sensor and handed them off to the right person.
  3. The Subscriber (The Receiver): The third Raspberry Pi waited to receive the notes. When the "motion" note arrived, it logged the event.

The Twist: Usually, these devices use standard digital signatures (like a digital wax seal) to prove a message is real and hasn't been faked. The researchers replaced this standard seal with the FALCON quantum-resistant seal.

The Challenge: Heavy Backpacks vs. Light Sprints

A common fear in the tech world is that "quantum-proof" security is too heavy. Imagine trying to run a marathon while wearing a backpack full of bricks. Most new quantum locks are like those heavy bricks: they require a lot of computing power and memory, which tiny devices like Raspberry Pis don't have much of.

The researchers wanted to see: Can our tiny devices wear this heavy backpack and still run fast enough to do their job?

The Surprising Result: The Fast Runner

The team ran a test to see how long it took to create these digital "seals" (certificates) for the devices. They compared the old standard (RSA-2048) against the new quantum lock (FALCON-1024).

The Analogy:

  • The Old Lock (RSA): Imagine trying to bake a cake from scratch every time you want to send a letter. You have to mix the flour, bake the cake, let it cool, and then write your name on it. This takes a long time (over 300 milliseconds).
  • The New Lock (FALCON): Imagine you have a pre-made, high-tech stamp. You just press it down, and boom, the letter is sealed. This takes very little time (about 68–70 milliseconds).

The Finding:
Contrary to the fear that quantum security is slow and heavy, the FALCON lock was actually much faster than the old standard on these tiny computers. It took less than a quarter of the time to generate the security certificate.

Why This Matters

The paper concludes that we don't have to wait for quantum computers to arrive to start upgrading our security. Because the FALCON lock is both strong (quantum-resistant) and lightweight (fast and efficient), we can install it on our current smart devices right now.

This ensures that even if a quantum computer is built 10 or 20 years from now, the data our smart devices are sending today will still be safe, and the devices won't slow down or run out of battery trying to use the new security.

What They Didn't Do (Important Limits)

  • They did not test this on a massive industrial network or a city-wide grid; they only used three small computers in a lab.
  • They did not claim this fixes all security problems; they only tested the speed of creating the digital signatures, not every possible way a hacker could attack the system.
  • They noted that while FALCON is fast, it uses complex math that might have other subtle security risks (called "side-channel attacks"), which they suggest looking into in future studies.

In short: The researchers proved that you can put a "super-strong, future-proof" lock on a tiny, battery-powered device without making it slow or sluggish. In fact, the new lock was faster than the old one.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →