It would be nice to be able to have the data in alf_dat area encrypted to avoid OS greps and browsing of the data in the repository.
Is there some place in the code that might allow something like a Spring interceptor that would allow the data to be encrypted when written to alf_dat and decrypted when it is retrieved?
Or a direct change to the Java code.
Or is the read/write action to the repository not centralized to allow something like that?
If so, where is a good place to look in the code for this?
The application, preview, lucene index should be not affected.