{"id":26295503,"url":"https://github.com/pixovoid-net/hashed-media-uploads","last_synced_at":"2026-05-12T16:02:44.710Z","repository":{"id":281905751,"uuid":"946827187","full_name":"PixoVoid-net/hashed-media-uploads","owner":"PixoVoid-net","description":"Hashed Media Uploads is a WordPress plugin that automatically renames uploaded media files using a SHA-1 hash to ensure privacy and avoid conflicts. This plugin helps to maintain unique file names, preventing conflicts and enhancing privacy.","archived":false,"fork":false,"pushed_at":"2025-03-11T18:38:18.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-11T19:36:34.761Z","etag":null,"topics":["mit-license","open-source","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://PixoVoid.net","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PixoVoid-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-11T18:29:33.000Z","updated_at":"2025-03-11T18:38:22.000Z","dependencies_parsed_at":"2025-03-11T19:36:38.466Z","dependency_job_id":null,"html_url":"https://github.com/PixoVoid-net/hashed-media-uploads","commit_stats":null,"previous_names":["pixovoid-net/hashed-media-uploads"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixoVoid-net%2Fhashed-media-uploads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixoVoid-net%2Fhashed-media-uploads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixoVoid-net%2Fhashed-media-uploads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixoVoid-net%2Fhashed-media-uploads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PixoVoid-net","download_url":"https://codeload.github.com/PixoVoid-net/hashed-media-uploads/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681077,"owners_count":20330155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mit-license","open-source","wordpress","wordpress-plugin"],"created_at":"2025-03-15T04:14:15.573Z","updated_at":"2026-05-12T16:02:39.681Z","avatar_url":"https://github.com/PixoVoid-net.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Hashed Media Uploads**  \n\n**Hashed Media Uploads** is a **WordPress plugin** that automatically renames uploaded media files using a **secure SHA-256 hash**, ensuring **privacy, uniqueness, and filename conflict prevention**.  \n\n---\n\n## **Disclaimer**  \n\nThis plugin is provided **\"as is\"** without warranties or guarantees of any kind. The author disclaims all implied warranties, including but not limited to merchantability, fitness for a particular purpose, and non-infringement of third-party rights. **Use of this plugin is at the user's own risk.**  \n\n---\n\n## **Description**  \n\nBy default, WordPress preserves the original file names of uploaded media, which may pose **privacy risks** and **naming conflicts**.  \n\nThis plugin **automatically renames** all uploaded media files using a **cryptographically secure SHA-256 hash**, ensuring that:  \n✔ **File names remain anonymous** and do not expose user-uploaded content.  \n✔ **No duplicate filenames** occur, preventing conflicts.  \n✔ **Uploads remain private** by removing identifiable filenames.  \n\n---\n\n## **Installation**  \n\n1. **Upload \u0026 Install**  \n   - Upload the plugin folder to `/wp-content/plugins/hashed-media-uploads/`,  \n   - Or install it directly via the **WordPress Plugin Repository**.  \n\n2. **Activate the Plugin**  \n   - Go to **Plugins → Installed Plugins** and activate **Hashed Media Uploads**.  \n\n3. **The plugin starts working automatically**  \n   - All **newly uploaded media files** will be **renamed with a SHA-256 hash**.  \n\n---\n\n## **Usage**  \n\n✔ **No configuration needed** – The plugin works automatically upon activation.  \n✔ **Every uploaded media file** is **securely renamed** before being saved.  \n\nExample:  \n- Uploaded file: `my-photo.jpg`  \n- Renamed to: `e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.jpg`  \n\n---\n\n## **Features**  \n\n✔ **Automatic File Renaming** – No manual action required.  \n✔ **Cryptographically Secure Hashing** – Uses **SHA-256** for stronger security.  \n✔ **Prevents Filename Conflicts** – No duplicate filenames in media uploads.  \n✔ **Enhances Privacy** – Removes identifiable filenames.  \n✔ **Lightweight \u0026 Optimized** – Minimal performance impact.  \n\n---\n\n## **Function Reference**  \n\n### **`pixovoid_hash_uploaded_filename($file)`**  \nRenames an uploaded file using a **SHA-256 hash**.  \n\n- **Parameter:**  \n  - `$file` *(array)* – The uploaded file data.  \n- **Returns:**  \n  - *(array)* – Modified file data with a hashed filename.  \n\nExample usage:  \n```php\nadd_filter('wp_handle_upload_prefilter', 'pixovoid_hash_uploaded_filename');\n```\n\n---\n\n## **License**  \n\nThis plugin is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.  \n\n---\n\n## **Author**  \n\nDeveloped by **[PixoVoid.net](https://pixovoid.net/)**.  \n\n---\n\n### 🚀 **Secure and anonymize your media uploads with Hashed Media Uploads!** 🚀  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixovoid-net%2Fhashed-media-uploads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixovoid-net%2Fhashed-media-uploads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixovoid-net%2Fhashed-media-uploads/lists"}