Properties

Description

Data Type

Flags

Default Value

inputMode* mode of the transformation:
"
ENCRYPT" - for encryption;
"
DECRYPT" - for decryption
java.lang.String  read, write "ENCRYPT"
inputPassword value of the password char[] read, write null
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 ""
Expert Properties
algorithmType* type of the algorithm used for the password-based encryption (decryption) java.lang.String  read, write "PBEWithMD5AndDES"
providerName* name of the cryptographic service provider used for the password-based 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.