Gentoo Archives: gentoo-user

From: R0b0t1 <r030t1@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cryptsetup wont use aes-xts:plain64
Date: Wed, 22 Apr 2015 04:10:06
Message-Id: CAAD4mYhM30-b0aGcfqL_W-=veznwjkYEiQhwVGrHp7Ng2MVKPA@mail.gmail.com
In Reply to: Re: [gentoo-user] cryptsetup wont use aes-xts:plain64 by Marko Weber | 8000
1 AES cipher algo (AES-NI) is the fastest if you have the necessary
2 hardware. Twofish cipher algo (x86_64, 3-way parallel) is a close
3 second, but will slow access down slightly. Serpent is also usably
4 fast.
5
6 CONFIG_CRYPTO_AES_NI_INTEL = ~200mb/s (limited by disk in my case)
7 CONFIG_CRYPTO_TWOFISH_X86_64_3WAY = ~130mb/s
8
9 `cryptsetup --cipher {twofish,aes}-xts-plain64 --key-size 512 --hash
10 sha512 --iter-time 5000`

Replies

Subject Author
Re: [gentoo-user] cryptsetup wont use aes-xts:plain64 Ralf <ralf+gentoo@×××××××××××××××××××.de>