https://github.com/bmhatfield/one-time-fileserver
A "one-time-pad" style fileserver - Upload a file, and use the generated URL to access it. Once it's been accessed, the token's expiry counter starts.
https://github.com/bmhatfield/one-time-fileserver
Last synced: 3 months ago
JSON representation
A "one-time-pad" style fileserver - Upload a file, and use the generated URL to access it. Once it's been accessed, the token's expiry counter starts.
- Host: GitHub
- URL: https://github.com/bmhatfield/one-time-fileserver
- Owner: bmhatfield
- Archived: true
- Created: 2012-08-23T04:32:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-25T18:41:57.000Z (almost 13 years ago)
- Last Synced: 2025-01-23T21:29:22.256Z (4 months ago)
- Language: Python
- Size: 117 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
one-time-fileserver
===================A "one-time-pad" style fileserver - Upload a file, and use the generated URL to access it. Once it's been accessed, the token's expiry counter starts.