Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stegj-v1.1.jar | 2012-05-01 | 358.4 kB | |
README | 2012-05-01 | 1.2 kB | |
Totals: 2 Items | 359.5 kB | 0 |
_____ __ __ / ___// /____ ____ _ / / \__ \/ __/ _ \/ __ `/__ / / ___/ / /_/ __/ /_/ // /_/ / /____/\__/\___/\__, / \____/ /____/ =========================================== Version: stegj v1.1 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.1.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 =========================================== Note: Steganography key generated by user password is ready to use (different from encryption), but currently no implemented algorithms exploit this feature, so you can leave it blank.