decrypting AES files in an apache module?
- by Tom H
I have a client with a security policy compliance requirement to encrypt certain files on disk. The obvious way to do this is with Device-mapper and an AES crypto module However the current system is setup to generate individual files that are encrypted.
What are my options for decrypting files on-the-fly in apache?
I see that mod_ssl and…