OpenBSD disk encryption (2015)
xn--thibaud-dya.fr
OpenBSD disk encryption (2015)
1–10 of 13 posts
Re: OpenBSD disk encryption (2015)
#2Re: OpenBSD disk encryption (2015)
#3Recently there are more and more BSD related news :)
The BSDs have worked on shoestring budgets. Let's hope this attention leads to more sponsorship!
Re: OpenBSD disk encryption (2015)
#4Recently there are more and more BSD related news :)
I think that's great. The BSD projects have been extremely undervalued. OpenBSD provides OpenSSH, LibreSSL, etc. FreeBSD provided a lot code to Mac OS X and used used in a some commercial products (Playstation's OS, Juniper routers, etc.). The BSDs have worked on shoestring budgets. Let's hope this attention leads to more sponsorship!
Worth mentioning, BSD were the only systems that disabled Intels RNG after leaks that it might be compromised and Intel cooperate with NSA.
https://www.freebsdfoundation.org/donate/
Re: OpenBSD disk encryption (2015)
#5Re: OpenBSD disk encryption (2015)
#6> "XXX - this does not handle the case where the read/write spans across a different key blocks (e.g. 0.5TB boundary). Currently this is already broken by the use of scr_key[0] below."
Re: OpenBSD disk encryption (2015)
#7What's with this highlighted comment? Are you guaranteed corruption on every half terabyte? > "XXX - this does not handle the case where the read/write spans across a different key blocks (e.g. 0.5TB boundary). Currently this is already broken by the use of scr_key[0] below."
Re: OpenBSD disk encryption (2015)
#8Earlier quoted context omitted.
I think that's great. The BSD projects have been extremely undervalued. OpenBSD provides OpenSSH, LibreSSL, etc. FreeBSD provided a lot code to Mac OS X and used used in a some commercial products (Playstation's OS, Juniper routers, etc.). The BSDs have worked on shoestring budgets. Let's hope this attention leads to more sponsorship!
And DragonFlyBSD provides HAMMER https://www.dragonflybsd.org/hammer/ Worth mentioning, BSD were the only systems that disabled Intels RNG after leaks that it might be compromised and Intel cooperate with NSA. https://www.freebsdfoundation.org/donate/ https://www.openbsd.org/donations.html https://www.dragonflybsd.org/donations/
Perhaps Intel's RNG can, in some cases, be persuaded to produce a low-quality, or otherwise broken stream. This seems plausable (there could be a deniable 'bug' which causes this to happen), but there are many low quality data streams fed into the random number generator, it never hurts to add another.
However, for things like VMs, soon after startup the CPU RNG is about the only possible source of random data, so I suspect there are more users who are being hurt by not having a well enough seeded RNG than those being helped by it being disabled (which is none).
If these two points seem contradictory, they are not. It would always be better to have multiple sources of quality input to the RNG, because as long as one of them isn't corrupted / low quality, you will get decent quality random numbers out. Safety in numbers!
Re: OpenBSD disk encryption (2015)
#9Recently there are more and more BSD related news :)