I am working on a kernel module to encrypt / decrypt input in the kernel. I am thinking about using the AES algorithm implemented in crypto. (Any other suggestions for efficient algorithms that can be found in the Linux cryptogram?)
I searched the internet for manuals and read the linux / crypto documentation, but I'm still having trouble understanding even the basics of using it (the Linux kernel documentation about Crypto doesn't help much ..).
Can you show me a website / guide / examples / even a small book on how to get started?
source
share