From 4cf0dbf9f3e3b278f43ac29445c66ae26e04d4b9 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 28 Mar 2016 15:06:51 +0200 Subject: [PATCH] add compile instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 893cf58..9e1cb43 100644 --- a/README.md +++ b/README.md @@ -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```