Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2012-03-05 | 984 Bytes | |
stegj-v1.0.jar | 2012-03-05 | 348.7 kB | |
Totals: 2 Items | 349.6 kB | 0 |
_____ __ __ / ___// /____ ____ _ / / \__ \/ __/ _ \/ __ `/__ / / ___/ / /_/ __/ /_/ // /_/ / /____/\__/\___/\__, / \____/ /____/ =========================================== Version: stegj v1.0 Authors: Luca Mella, Francesca Camagni A Steganography solution with AES support. For educational purposes only License: Creative Commons, Attribution-NonCommercial-ShareAlike CC BY-NC-SA =========================================== To start stegj open a shell and run: java -jar stegj-v1.0.jar <parameters> Where <parameters> are those ones listed below: Embedding : -a <algname> [-i <coverimage> | [-r|--random]] -f <filetoembed> -o <outimage> [-p <password>] Retriving : -a <algname> -i <inputimage> -e <output-folder> [-p <password>] Misc : [--gui|-g] | [--version|-v] | [--help|-h] =========================================== Supported algorithms: LSBSteg LSBStegExpanded ===========================================