Closed (fixed)
Project:
File Encrypt
Version:
8.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2021 at 15:41 UTC
Updated:
24 Jan 2026 at 23:15 UTC
Jump to comment: Most recent
Comments
Comment #2
dmundraRight, I updated the documentation. Here it is:
Required, provide a path in settings.php where encrypted files should be stored:
$settings['encrypted_file_path'] = 'sites/default/files-encrypted';Next create an encryption key using your desired encryption method. E.g. https://www.drupal.org/project/real_aes.
Then create an encryption profile at /admin/config/system/encryption/profiles that uses the encryption method and key you created.
Finally, enable file encryption on a field-by-field basis on their respective "Field settings" pages by selecting "Encrypted files" as the upload destination.
Comment #4
dmundra