- Mediawiki 1.35+
- Composer installed
- Clone repository into
extensionsdirectory of Mediawiki cdinto extension directory and runcomposer install- Add
wfLoadExtension('EncryptedUploads');line to the bottom of yourLocalSettings.php - In the Mediawiki root run
php maintenance/update.php --quick
- Navigate to
Special:Uploadpage as a user with anuploadpermission - Select file to upload and check
Encrypt uploadcheckbox under Summary field - Submit upload. File will be processed, encrypted and you'll see a secret key (visible only for you) to decrypt & download it
- Integrates with patched version of UploadWizard ( find patch in
patchfolder of the repository )
$wgEncryptedUploadsSendMailcould be set to true to also email secret key to the uploader