New feature / Change #9067
Updated by Olivier Bitsch 11 days ago
The idea is to enable file attachment encryption server side : - We create an encryption key. - On document upload (chat), the file is encrypted and written on the file system. - On document download, the file is loaded from file system and decrypted (check if file is encrypted). - Have a settings in .env to enable encryption or not (default off) decrypted.