Constant Field Values
Contents
org.jastacry.*
-
org.jastacry.GlobalData Modifier and Type Constant Field Value public static final java.lang.StringENCEXT".jac"public static final java.lang.StringHELP"JaStaCry -h | (-v) (-t) [--encode|--decode] --infile input.txt --outfile output.bin --conffile layers.conf"public static final java.lang.StringLAYER_AESCBC"aescbc"public static final java.lang.StringLAYER_AESCTR"aesctr"public static final java.lang.StringLAYER_AESECB"aesecb"public static final java.lang.StringLAYER_FILEMERGE"filemerge"public static final java.lang.StringLAYER_MD5DES"md5des"public static final java.lang.StringLAYER_RANDOM"random"public static final java.lang.StringLAYER_REVERSE"reverse"public static final java.lang.StringLAYER_ROTATE"rotate"public static final java.lang.StringLAYER_TRANSPARENT"transparent"public static final java.lang.StringLAYER_XOR"xor"public static final java.lang.StringMACRO_PASSWORD"#PASSWORD#"public static final java.lang.StringPARAM_DECODE"decode"public static final java.lang.StringPARAM_ENCODE"encode"public static final java.lang.StringTMPBASE"jastacry"public static final java.lang.StringTMPEXT".tmp"
-
org.jastacry.layer.AbstractCipherLayer Modifier and Type Constant Field Value protected static final intBITSPERBYTE8 -
org.jastacry.layer.AesCbcLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"AES CBC Layer" -
org.jastacry.layer.AesCtrLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"AES CTR Layer" -
org.jastacry.layer.AesEcbLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"AES ECB Layer" -
org.jastacry.layer.AsciiTransportLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"ASCII Layer" -
org.jastacry.layer.FilemergeLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"Filemerge Layer" -
org.jastacry.layer.Md5DesLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"MD5DES Layer" -
org.jastacry.layer.RandomLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"Random Layer" -
org.jastacry.layer.ReadWriteLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"ReadWrite Layer" -
org.jastacry.layer.ReverseLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"Reverse Layer" -
org.jastacry.layer.RotateLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"Rotate Layer" -
org.jastacry.layer.TransparentLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"Transparent Layer" -
org.jastacry.layer.XorLayer Modifier and Type Constant Field Value public static final java.lang.StringLAYERNAME"Xor Layer"