Skip to content

Releases: doocer/secure-download

Version 0.3

25 Jan 04:51
Compare
Choose a tag to compare

Nothing big. The only change is:

Use encoding/hex to hexdigest md5 signature.

Version 0.2

22 Jan 01:51
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release

The signature length has been cut off to 8 characters.

new_signature := old_signature[8:16]

First Preview Release

21 Jan 16:40
Compare
Choose a tag to compare
First Preview Release Pre-release
Pre-release

A secure download server.

The program is very simple. It is a middleware that checking query strings, if the signature matches, the real server with be golang's built-in http.FileServer.