Am 21.04.2015 um 11:21 schrieb Marko Weber | 8000:
> 
> Finally!
>
> ...
>
> i got it working!
> 
> cryptsetup -c aes-xts-plain -h sha256 -y -s 256 luksFormat
> /dev/mapper/VolGroup01-media2
> 
> But on writing a testfile of 4G with i get 22,9 Mb/sec.
> Is there a cipher/hash/keysize which alloows me a bit more write
> performance?

I don't know if it helps you with the write performance, but you can
also use aes-xts-plain64 instead of aes-xts-plain.

# cryptsetup -c aes-xts-plain64 -h sha256 -y -s 256 luksFormat
/dev/mapper/VolGroup01-media2

Reply via email to