Blame view

scripts/d.sh 1005 Bytes
84648488   Chunk   reverted.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/bin/zsh
# chunk @ 2014
############################################################################
##
## F**k World!
##
##  90% of efforts wasted on anti-anti-scrapping !!!
##
############################################################################

##############################################
## environment variables
##############################################
# set -x
# export export TERM=linux
# source /home/chunk/.zshrc
# v env0


##############################################
## run
##############################################
#export CLASSPATH=$CLASSPATH:../libs/F5/
#
#INPUTFILE=../res/lopez.bmp
#OUTPUTFILE=../res/lopez.jpg
#EMBEM=../res/toembed
#PASSWORD=password
#QUALITY=80
#COMMENT="steganalysis by chunk@hpclab"
#
## [ -f $OUTPUTFILE ] && rm $OUTPUTFILE
#java Embed $INPUTFILE $OUTPUTFILE -e $EMBEM  -p $PASSWORD -c ""

## Fast is SUPERB!!!
export CLASSPATH=$CLASSPATH:../libs/F5/
java Extract $1  -p password -e ../res/extracted
diff ../res/toembed ../res/extracted