Tag

Cryptography

Browsing

Watch an episode of NCIS or CSI and you might get the impression that hacking electronic devices is a simple way to learn all you need to about a person. While these shows tend to gloss over the science of the forensic work, the truth is, most electronic devices only rely on obscurity to keep data safe. Here is an article from Cambridge researchers discussing how to read contents using lasers (but not feverish typing on a keyboard for software that is clearly graphical in nature.). That sound crazy right? Don’t forgot Princeton has guidelines on security based on the fact you can freeze RAM to extend its retention.

Techniques like these might not work much longer. This new SRAM chip from Maxim, the DS3660, isn’t big but it is continuously updating its cells to prevent a recoverable data pattern from being imprinted. Tamper-resistant features will work to keep the secrets of the chip safe, should someone try TV-style hacking techniques.

Additionally, it also includes cool features like a 64-bit unique serial number, a random-number generator, and a seconds counter all while supporting I2C communications.

Check with Maxim for more details. Don’t be surprised if samples are tough to come by….: http://www.maxim-ic.com/datasheet/index.mvp/id/6767


Random numbers are a relative concept. In general, random numbers used in digital electronics are called Psuedo-Random sequences. There is a defined algorithm that is used to generate the sequence and does not actually occur in nature. In applications like Flashing a LED, this method is fine. However, for any level of encryption this is unacceptable.

Steve Buch at Electronics Weekly writes about how researchers Dr. Marie O’Neill and Dr. Jiang Wu at the University’s Institute of Electronics and Communications Information Technology (ECIT) has developed methods to generate true random bits digitally.

Fundamental to all of the ECIT generators is the effect of random noise during the transition from a metastable state to a bistable state.

Whether the output becomes a 0 or 1 depends on conditions, including internal noise, at the instant of input transition.

If you are giving thoughts to creating a cryptographic device, you might want to give their methods a look.