I've tried almost hard, but failed to find a "raw" comparison of ciphers:
AES, Blowfish, Camellia -> category 128 and 256 bit.
Type of answer, I would like:
I.e; Relative to AES, Blowfish is 12% safer/stronger, and Camellia 88% safer/stronger.
Second question, relates to sector size, of raw device.
I.e;
cd has a sector size of 2048 bytes
HDD has a sector size of 512 bytes...
Now, on HDD, when we 'geli init' target(device,slice,partition...), where we can choose other sector size and then attach it, thus creating new /dev/...eli raw device, ready to receive data.
Does sector size of 4096 bytes, of .eli raw device, even speed beneficial, could cause problems with file systems(UFS, ZFS), that would potentially be installed on it, as they "expect" 512 bytes, of sector size for HDD?
AES, Blowfish, Camellia -> category 128 and 256 bit.
Type of answer, I would like:
I.e; Relative to AES, Blowfish is 12% safer/stronger, and Camellia 88% safer/stronger.
Second question, relates to sector size, of raw device.
I.e;
cd has a sector size of 2048 bytes
HDD has a sector size of 512 bytes...
Now, on HDD, when we 'geli init' target(device,slice,partition...), where we can choose other sector size and then attach it, thus creating new /dev/...eli raw device, ready to receive data.
Does sector size of 4096 bytes, of .eli raw device, even speed beneficial, could cause problems with file systems(UFS, ZFS), that would potentially be installed on it, as they "expect" 512 bytes, of sector size for HDD?