FileVault 2 uses the Advanced Encryption Standard (AES) encryption algorithm, which delivers robust protection for stored data. Until mid-2013, it only supported the use of 128-bit keys, not 256-bit keys. Although 128-bit keys are technically acceptable in many environments, organizations are rapidly moving toward 256-bit keys to thwart emerging threats.
Wouldn't a stream algorithm be faster and easier to handle? Wont' the usage of a block cipher consume more disk space? Is there an istruction set in modern CPUs for streaming encryption algorithms as it is for block algorithms?
Thanks