Welcome to the Entropics: Boot-Time Entropy in Embedded Devices

By Keaton Mowery, Michael Wei, David Kohlbrenner, Steven Swanson, and Hovav Shacham.

In Proceedings of IEEE Security and Privacy (“Oakland”) 2013. IEEE Computer Society, May 2013.

Abstract

We present three techniques for extracting entropy during boot on embedded devices.

Our first technique times the execution of code blocks early in the Linux kernel boot process. It is simple to implement and has a negligible runtime overhead, but, on many of the devices we test, gathers hundreds of bits of entropy.

Our second and third techniques, which run in the bootloader, use hardware features—DRAM decay behavior and PLL locking latency, respectively—and are therefore less portable and less generally applicable, but their behavior is easier to explain based on physically unpredictable processes.

We implement and measure the effectiveness of our techniques on ARM-, MIPS-, and AVR32-based systems-on-a-chip from a variety of vendors.

Material

Reference

@InProceedings{MWKSS13, author = {Keaton Mowery and Michael Wei and David Kohlbrenner and Hovav Shacham and Steven Swanson}, title = {Welcome to the Entropics: Boot-Time Entropy in Embedded Devices}, booktitle = {Proceedings of IEEE Security and Privacy (``Oakland'') 2013}, year = 2013, editor = {Wenke Lee and Adrian Perrig and Michael Backes}, month = may, organization = {IEEE Computer Society}, pages = {589-603} }

Navigation: Hovav Shacham // Publications // [MWKSS13]