Layers definition
; Comment line ; encode line by line through the available layers xor 11 ;rotate -5 random 3711 md5des geheim
Command line
Encoding
java -jar jastacry.jar --encode --conffile=layers.conf --infile=infile.txt --outfile=securedfile.jac
Decoding
java -jar jastacry.jar --decode --conffile=layers.conf --infile=securedfile.jac --outfile=outfile.txt