add compile instructions

This commit is contained in:
Daniel Gultsch 2016-03-28 15:06:51 +02:00
parent 285b237606
commit 4cf0dbf9f3
1 changed files with 4 additions and 0 deletions

View File

@ -7,4 +7,8 @@ The encryption mode is ```aes-gcm```. The authentcation tag of 16 bytes is appen
This Java project provides sample code on how to download and dercypt a file. Output is to stdout. Redirect to file or pipe to image viewer.
Compile with ```mvn package```
Find a compiled version [here](https://gultsch.de/ImageDownloader-0.1.jar)
Usage: ```java -jar ImageDownloader.jar http://host.tld/path/to/file.jpg#theivandkey```