Live data from Hacker News

ORWL – The first open source, physically secure computer

crowdsupply.com

11–20 of 195 posts

Re: ORWL – The first open source, physically secure computer

#12

Having some physical security in a OSS-hacker-compliant form factor is really quite nice. This is not going to replace a proper HSM, and almost certainly is a less secure place to store your data than an iPhone; but it's a good start for those unwilling to give up on (the performance of) PCs. It's worth noting that QubesOS, which is supported by this system, protects against e.g. USB-based attacks by running a virtua…

[deleted]

Re: ORWL – The first open source, physically secure computer

#13
post #7
post #6

> If someone has physical access to your computer with secure documents present, it’s game over! Err, why? Is AES encryption not sufficient? And the key is secure in my head - not something someone could steal. So, why is this even a thing?

Unless you also want to perform the AES operations in your head, you have to rely on the hardware and software of your computer to perform them. An attacker could then replace the AES routine you use with one that stores a shadow copy of your key, or exfiltrates it over some covert channel.

What if the crypto side of things is remove-able and carry-able on your person? Or what if it could be subdermally implanted so you know no one can pick pocket you and replace it?

Just a thought.

Re: ORWL – The first open source, physically secure computer

#15
post #3

Enjoy spending the next 10k years auditing the security of the chipset with your scanning tunneling microscope.

Even if it doesn't protect yourself against some transistor level NSA backdoor, that doesn't mean it can't thwart other attackers who would usually take advantage of physical access.

Re: ORWL – The first open source, physically secure computer

#16
post #6

> If someone has physical access to your computer with secure documents present, it’s game over! Err, why? Is AES encryption not sufficient? And the key is secure in my head - not something someone could steal. So, why is this even a thing?

The key isn't in your head: you know the passphrase used to decrypt the key which is then kept in system memory. Techniques like the cold boot attack[0] or row hammer[1] can be used to retrieve the key and access your data. In the case of non-hardware-TPM secured encryption schemes the kernel or bootloader which must remain unencrypted for the system to boot can be backdoored to record the passphrase and/or the key.

0: https://en.wikipedia.org/wiki/Cold_boot_attack

1: https://en.wikipedia.org/wiki/Row_hammer

Post reply on HN