Is it possible – either natively or via a plugin – to encrypt and decrypt data using AES-256-GCM, in order to add an extra layer of protection for sensitive information? This would be useful not only for protected downloads (e.g. for logged-in users) but also for Kirby’s .txt content files, which are stored in plain text.
On one of my static (non-CMS) intranet site, I manage bank data that I upload as CSV files and store as .enc-files after encryption. A similar security approach would also be very valuable for Kirby, helping to increase user trust when handling sensitive data.