Command Line : Encode & Encrypt Files
PIE (Pixel Image Encoder) Command Line - File
Some examples using the command line.
Some examples using the command line.
File Encoding and Decoding. Command Line Examples
Example, File Encoding and Decoding with no encryption.
java -cp .\pie-x.x.jar Pie -encode -file .\encode_test\tomato.png -directory .\decoded_files\
to decode use
java -cp .\pie-x.x.jar Pie -decode -file .\decode_test\tomato.png -directory .\complete\
to prefix the end result use the -prefix option
java -cp .\pie-x.x.jar Pie -decode -file .\decode_test\tomato.png -directory .\complete\ -prefix "decoded_"
File Encoding and Decoding with encryption.
java -cp .\pie-x.x.jar Pie -encode -file .\encode_test\tomato.png -directory .\decoded_files\
-encryption "my password"
to decode use
java -cp .\pie-x.x.jar Pie -decode -file .\decode_test\tomato.png -directory .\complete\
-encryption "my password"