Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Questions to the algorithm are represented as sequences of random numbers.

 

...

Number of questions

In the Number of questions field, specify the number of calls GrdTransform function to the algorithm (in the selected number representation).

For each call (question) the algorithm will generate a response sequence with the length equal to the length of the question.

 

...

Programming language

Using Programming language dropdown list select the language which syntax rules will be applied to generating the report file.

Available options: C/C++, Pascal/Delphi, Assembler.

 

...

Report form 

Questions and received algorithm answers are saved in the report file as one or two arrays. Select a report form using the dropdown list.

Report formDescription
1 arrayA question and answer of the algorithm form a sequence of array elements. The number of array elements equals the doubled number of questions
2 arrayAlgorithm questions form the first array of elements and respective answers – the second. The number of elements of each array equals the number of questions

 

...

Additional parameters for symmetric algorithms

...

Symmetric algorithm operating modesDependence on the initialization vector
ECBNone
CBC and OFBDepend on the initialization vector. The same initialization vector must be used for information encryption. Otherwise the data will be decrypted incorrectly
CFBDepends on the initialization vector. The same initialization vector must be used for information encryption. Otherwise the first 8 bytes of data will be decrypted incorrectly 

 

...

Generating report

Clicking [Create report] button launches a standard system dialog box for saving file (filename by default: Transform.rep).

...

The progress bar indicates the process of report generation completion.

 

...

Using report data

Arrays written into report file are used in the protected application.

...