i still don't get why people use elliptic curves instead of diffie-hellman since you can use it for public keys too. the index calculus cryptanalytic method appears to apply for the usage of F_q where q = pn for some prime p. it appears that if q is a large prime and q - 1 is divisible by a large prime, that covers the two biggest error cases
i'm fucking amazed nobody has ever brought up the idea that checksums might be different for the purpose of integrity checking vs cryptographic signatures
Richard Hamming, the inventor of Hamming codes,
sure buddy
there's a kind of BE NOT AFRAID response i get when considering how to provide checksum trees for a whole file and then all the way up the directory hierarchy.
like you need to have parity data not just for your data but also for your parity data. so you're constructing a parity tree for your parity tree recursively
omg usenet again has the innovations in information theory https://en.wikipedia.org/wiki/Parchive
this is the sickest shit ever!!!!!
An incremental backup only makes sense when the new set of input files has a lot of overlap with the previous set of input files.
An example of using Par-inside is with the ZIP file format.
YES!!!!!!!!!
Unfortunately there is not a standard license for file formats.
so i don't exactly get the point of disk encryption. it seems to actively avoid the ability to specify application-specific cryptographic keys while enabling a whole host of attacks by virtue of occurring implicitly through the file system
@hipsterelectron
So the problem is most app devs don't have a clue about cryptography, so expecting them to get all the crypto stuff correct isn't really realistic.
And you are correct that full disk encryption protects against evil maid attacks or stolen disk attacks.
Heck, even ceph recently failed to implement cryptography properly. And it is likely reviewed more than more apps will.
P.s. I made FreeBSD's geli, full disk encryption performent.
@encthenet if app devs are writing cryptographic code, then i do expect them to get the crypto stuff correct. i also find it incredibly difficult and that's why i've been working through this field for the past several months.
any file that's encrypted at the application level will also protect against the same attacks, so i'm not terribly sure what disk encryption gives you except making everything significantly more difficult to do right. anything in the kernel is going to be significantly more costly to upgrade and fix and that absolutely seems like the wrong place to do encryption