Hi,
We are in the need of encrypting external drives for our devices. Right now we are using cryptsetup
tool and it works, but a lot of cryptographic algorithms are not available for benchmarking and usage due to the module algif_skcipher
missing on Intel NUC, even on the latest OS… We verified that it’s available on Raspberry Pi 4 image and we are wondering why is there an inconsistency on this module not being present on Intel NUC, and how can it be added or if it can be added on short release of Intel NUC…
We verified the module is missing by doing lsmod | grep algif_skcipher
on IntelNUC and RaspberryPi4 OS images.
Regards,