Linux Crypto Guide

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?

+3
source share
2 answers

Perhaps this example will be useful to you: http://www.logix.cz/michal/devel/cryptodev/cryptodev-20091126/

+1

, . Crypto API Linux. : http://www.chronox.de/crypto-API/

0

All Articles