Hi I have a weak Intel Atom(N450) server and three external HDDs. I want to use the HDDs in RAID 5 with encryption and integrity[1]. The Atom CPU is rather weak: # Algorithm | Key | Encryption | Decryption aes-xts 256b 36.5 MiB/s 37.0 MiB/s xchacha12,aes-adiantum 256b 83.4 MiB/s 84.3 MiB/s So I want to use Adiantum, is it safe to combine them? Ex[2][3]: cryptsetup luksFormat --type luks2 <device> --cipher xchacha12,aes-adiantum --integrity poly1305 [1] https://gist.github.com/MawKKe/caa2bbf7edcc072129d73b61ae7815fb [2] https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.0/v2.0.0-ReleaseNotes [3] https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.0/v2.0.6-ReleaseNotes Regards Kristian Klausen _______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx https://www.saout.de/mailman/listinfo/dm-crypt