Hardware wallet teardowns and side channel attacks

5

1

Most of the popular hardware wallets appear to be based on well established open source cryptography.

Which hardware wallets have been submitted to extensive teardowns and side channel attack testing?

user22576

Posted 2016-05-22T22:13:37.997

Reputation: 238

Digitalbitbox (https://digitalbitbox.com) uses libsecp256k1 which states to be side-channel resistant. I think the side-channel resistance of libsecp256k1 has been confirmed by some researchers: https://eprint.iacr.org/2016/230.pdf

Jonas Schnelli 2016-11-10T20:11:00.283

Answers

3

The researcher Jochen Hoenicke has done some work on the Trezor. He was able to extract the private key by monitoring the power cable with an oscilloscope.

Trezor has since updated the firmware to defeat the described attack.

Murch

Posted 2016-05-22T22:13:37.997

Reputation: 41 609