file.io is a web service where you can upload and share a file anonymous and secure.
As stated in their site:
Simply upload a file, share the link, and after it is downloaded,
the file is completely deleted. For added security, set an expiration on the file and it is
deleted within a certain amount of time, even if it was never downloaded.
All files are encrypted when stored on our servers.
- Select the items you want to upload
- Press
cmd + u(or the command you have assigned) - URL of the file and key will appear in a blank TextEdit window.
We added two more layers:
- We use TOR for uploading the files
- Files are compressed and encrypted using AES CBC 256 (built-in from 7z and using a random 32 byte key)
- Open Automator
- Create a new quick action with no input
- Paste contents of
fileio.applescript(you might want to change the way the python script is called or specify the python binary directly) - Save your script
- Open System Preferences > Keyboard > shortcuts
- On the left panel, select Services
- Enable your quick action and assign a shortcut, for example
cmd + u
- Open System Preferences > Security and Privacy
- On the left panel, select Full Disk Access
- Add Finder (It is in
/System/Library/CoreServices)
- Place the python script in a path like
/usr/local/bin
Only MacOS is supported, but PR for other platforms are welcome.