Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutcamliyurt/anon-file-upload
A tool for uploading/downloading files anonymously with client-side encryption
https://github.com/umutcamliyurt/anon-file-upload
aes-256-gcm anonymity client-side-encryption encryption-decryption file-upload opsec php privacy security
Last synced: about 5 hours ago
JSON representation
A tool for uploading/downloading files anonymously with client-side encryption
- Host: GitHub
- URL: https://github.com/umutcamliyurt/anon-file-upload
- Owner: umutcamliyurt
- License: mit
- Created: 2024-06-19T22:20:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T05:15:41.000Z (4 months ago)
- Last Synced: 2024-08-01T07:45:31.385Z (4 months ago)
- Topics: aes-256-gcm, anonymity, client-side-encryption, encryption-decryption, file-upload, opsec, php, privacy, security
- Language: CSS
- Homepage: http://4wlvargvpo5miv5xhoh6ru2jtir2xkqnlu3wnktkd6n26a77jbd6lmad.onion
- Size: 689 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anon File Upload
## A tool for uploading/downloading files anonymously with client-side encryption## Description:
Anonymous file upload offers several key benefits. Primarily, it ensures user privacy and data security by allowing individuals to share files without revealing their identity, reducing the risk of personal information being exposed or misused. This feature is particularly valuable for whistleblowers, journalists, or anyone needing to share sensitive information without fear of retaliation. Additionally, it simplifies the process for users who do not want to go through the hassle of creating an account or logging in, enhancing convenience and user experience.
## Features:
- Stores uploaded file for 30 days
- Rate limiting
- Randomization of uploaded file name for privacy
- Built in PHP
- Material You frontend components
- Docker support## Quickstart:
```
git clone https://github.com/umutcamliyurt/Anon-File-Upload
cd Anon-File-Upload/
docker build -t anon_file_upload .
docker run -d -p 80:80 -v .:/var/www/html --name anon_file_upload anon_file_upload
```
- Open [http://localhost/](http://localhost/)## Technical details:
- AES-256-GCM for encryption
- Key is not sent to server## Requirements:
- PHP
- Tor (for hosting onionsite)
- Apache or Nginx web server### Screenshots:
![screenshot](image.png)
![screenshot2](image2.png)
## License
Distributed under the MIT License. See `LICENSE` for more information.