filepizza icon indicating copy to clipboard operation
filepizza copied to clipboard

Use crypto

Open lprimeroo opened this issue 9 years ago • 4 comments

use crypto to add a hash at the end of your download url . This decreases chances of url collision .

lprimeroo avatar Sep 11 '15 05:09 lprimeroo

Yes but this also makes it unwieldy to share the URL by mouth, which is one of the strong use cases.

kensworth avatar Feb 17 '16 19:02 kensworth

Yeah, that's there. This was just an advice to avoid the situation where you might receive huge number of independent connections at a particular time with only a limited urls to share.

lprimeroo avatar Feb 17 '16 19:02 lprimeroo

I've tossed around the idea of an optional encryption password the uploader can specify, which is attached as a hash to the URL. Would be happy to merge a PR related to this.

kern avatar Sep 04 '16 00:09 kern

https://github.com/kern/filepizza/issues/39 was a dupe of this.

rugk avatar Sep 04 '16 15:09 rugk