Properties

Description

Data Type

Flags

Default Value

customKeyFileName  file name, from which the secret key is read java.lang.String  read, write ""
inputMode* mode of the transformation:
"
ENCRYPT" - for encryption;
"
DECRYPT" - for decryption
java.lang.String  read, write "ENCRYPT"
inputSourceFileName  input file name, from which the source message is read java.lang.String  read, write ""
inputTransformedFileName  output file name, into which the transformed message is written java.lang.String  read, write ""
usedKeyFileName file name, into which the secret key is written java.lang.String  read, write "usedKey.key"
Expert Properties
algorithmType* type of the algorithm used for encryption (decryption) of this property java.lang.String  read, write "DESede/CBC/PKCS5Padding"
cipherKeySize size (in number of bits) of the secret key used for encryption (decryption) int read, write 168
providerName* name of the cryptographic service provider used for encryption (decryption) java.lang.String  read, write "SunJCE"
transformedPercent percentage of the source data, which have already been successfully transformed. It changes its value once (from 0 to 100) for small files (100 000 bytes and less) and 100 times (0,1,2,...,100) for large files (more than 100 000 bytes) int read, bound 0

Note: * - The values of these properties are case sensitive.