4f395add0a
* Create new fixtures for creating temporary files and directories * Modify custom_zw fixture to include custom callback function to test * Delete parent directory of ZipWriter file from default_zw fixture * Modify monkeypatch arguments * Group tests into separate classes for each function * Parametrize ZeroDivisionError tests * Test all regular expressions * Use new fixtures to ensure proper deletion of files after testing |
||
---|---|---|
apparmor | ||
dev_scripts | ||
git-hooks | ||
install | ||
onionshare | ||
onionshare_gui | ||
screenshots | ||
share | ||
test | ||
.gitignore | ||
.travis.yml | ||
BUILD.md | ||
CHANGELOG.md | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py | ||
stdeb.cfg |
OnionShare
OnionShare lets you securely and anonymously share files of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third party file-sharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet. The other user just needs to use Tor Browser to download the file from you.
To learn how OnionShare works, what its security properties are, and how to use it, check out the wiki.
You can download OnionShare for Windows and macOS from https://onionshare.org/. It should be available in your package manager for Linux, and it's included by default in Tails.
You can set up your development environment to build OnionShare yourself by following these instructions.