mirror of
https://github.com/moparisthebest/ImageDownloader
synced 2024-11-25 02:32:21 -05:00
add compile instructions
This commit is contained in:
parent
285b237606
commit
4cf0dbf9f3
@ -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```
|
||||
|
Loading…
Reference in New Issue
Block a user