Live data from Hacker News

Secure Hardware and Open Source: An Alternative to Java Card

medium.com

21–22 of 22 posts

Re: Secure Hardware and Open Source: An Alternative to Java Card

#21
post #19
post #15

Earlier quoted context omitted.

The SC4-HSM is not designed to be secure against physical compromise, but it can be made resistant against such attacks by encrypting the keys with a pass-phrase. This is not a perfect solution because the pass-phrase needs to be entered through a non-secure host, but it's better than nothing. An attacker would need to compromise the pass phrase and obtain physical possession in order to mount a successful attack.

With this security model it is in essence no better than plain USB flash drive. I would assume that adding at least some protection against physical attacks could be reasonably simple and would greatly expand the usefulness of the device (eg. making it somehow inherently tamper-evident and replacing the DFU bootloader with something custom and open that does the same thing as RDP Level 1, but without the bricking ris…

> With this security model it is in essence no better than plain USB flash drive

I disagree. With the right firmware, the SC4-HSM can securely generate keys that cannot be compromised without decapping the chip.

Re: Secure Hardware and Open Source: An Alternative to Java Card

#22
post #12
post #8

Earlier quoted context omitted.

One thing that seems to be missing from your project is the actual "HSM-ness". Things like side channels and so probably are not relevant to the target market, but some kind of assurance that device's firmware was not tampered with is probably required.

Well side channel attacks should be very relevant for all projects involving security. And several similar projects have already been produced (see TREZOR, KeepKey in the Bitcoin space), based on a similar chip which is in my opinon not great for that kind of use case (the fuse protection mechanism is not certified, the chip doesn't offer any protection against active physical attacks and so on) - that's well explain…

> the original Yubico article

Which article are you referring to here?

Post reply on HN