从密码分析的角度来看,在 dm-crypt 普通模式和 cypher 中为不同卷重用相同密钥时是否存在安全缺陷aes-xts-plain64
?
# Example: Encrypt two volumes with the same key
cryptsetup --type plain --cipher=aes-xts-plain64 --key-size=256 --key-file mykey open /dev/sda myvol1
cryptsetup --type plain --cipher=aes-xts-plain64 --key-size=256 --key-file mykey open /dev/sdb myvol2
我只考虑使用相同密钥加密少于 100 个卷的实际情况。