Друзья, кто использовал dmcrypt на openwrt? дефолтной командой cryptsetup luksFormat /dev/sda шифрует без проблем, но мне нужен шифр aes-cbc пытаюсь указать его и так и так: aes-cbc-essiv - вот сама команда: cryptsetup luksFormat --cipher aes-cbc-essiv -s 128 /dev/sda
получаю ошибку remove ioctl on temporary-cryptsetup-16230 failed: No such device or address
> If a hash is part of the cipher specification, then it is used as part of the IV generation. For example, ESSIV needs a hash function, while "plain64" does not and hence none is specified.