<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Multi-Threaded Data Processing System Based on Cellular Automata?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Southwest State University</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kursk</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Russia lena.kuleshova.</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>@mail.ru</string-name>
          <email>dobritsa@mail.ru</email>
          <email>proxy33@mail.ru</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Southwest State University</institution>
          ,
          <addr-line>305040, Kursk</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The purpose of the work is to use an encryption algorithm based on cellular automata to develop a multi-threaded data processing system and study statistical performance indicators depending on the hardware component and input unit size, as well as develop recommendations for increasing the cryptographic strength of the method. A mathematical model of the encryption method using a oating window based on cellular automata is considered [1]. To study the speed of the processing of sensitive data, a variant of organizing the structure of the software module with an extended block of tuning parameters that determine the dimension of the matrix, the activation string of the bit neighborhood of the processed elements, the number of parallel calculations (threads) and the rule for expanding the boundary elements of the matrix has been developed. A method is proposed for generating a graphical dependence of the processing time on the initial parameters, the scope of which is possible both for processing individual les and continuous data streams of subscribers of a computer network. A cryptographic module has been developed that implements an encryption method based on cellular automata, a feature of which is a multithreaded mode of operation and dynamic control of the block of initial parameters. Recommendations on the installation of the neighborhood of the active elements of the matrix and the number of threads taking into account the architecture of the CPU are formulated. Experimental studies con rming the completeness and correctness of the proposed solutions were carried out.</p>
      </abstract>
      <kwd-group>
        <kwd>Cellular automaton Data encryption Parallel computing Cryptography System analysis Information security</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        The rapid development of information technology involves the continuous
improvement of tools to ensure the information security of con dential data [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
Special attention is paid to protecting information from unauthorized access
using modern cryptographic methods and system analysis in distributed systems
operating in real time. As a rule, software and hardware solutions for
providing integrated cryptographic protection are distinguished by the complexity of
integration into the local computer network, and also require support with the
involvement of experts in the eld of information security [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        In this paper, a new block processing method is proposed, based on a
cellular encryption algorithm with a oating window. The main di erence between a
cellular automaton with a oating window and a cellular automaton on a
partition [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] is that there is no division into encryption blocks by even and odd
lattices. Another feature is that when encrypting with a oating window, the
encryption block moves sequentially throughout the text, moving one column
forward, thereby each element of the text is encrypted a certain number of times
(depending on the size of the encryption block), which increases the strength
of cellular encryption. The practical signi cance of the method lies in the fact
that the results can be used for research purposes when studying the methods of
organizing multi-threaded calculations and ensuring information security when
working with large data arrays. This method has the prospects of increasing
durability while maintaining a high data processing speed through the use of
parallel computing.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Problem Statement</title>
      <p>Within the framework of the method under consideration, the task of protection
against unauthorized access can be presented in the form of a sequence consisting
of the following steps: con dential data is presented in the form of a binary
matrix, the encryption block represents a oating window, the movement of which
is determined by the input parameters and processing mode. As a rule, during
processing (encryption), it is located in the upper left corner of the original
matrix, the contents of this block are written out in a line in accordance with the
route to bypass the neighborhood (neighboring bits). This sequence is replaced
according to the transition function. The resulting cipher sequence is collapsed
into a block in accordance with a given route and overwritten over the elements
of the original matrix. Next, a shift occurs and the iterative process is repeated
until the entire matrix is processed. When developing a software module, it is
necessary to ensure that the le is read from the media or network interface,
taking into account the hardware features of the automated system, to generate
and process the initial matrix of a given width in accordance with the size of the
oating window and the rules for expanding the matrix for boundary elements.</p>
    </sec>
    <sec id="sec-3">
      <title>System Building</title>
      <p>A feature of the proposed scheme for encrypting data streams using parallel
computing based on cellular automata is the use of independent threads. With
their help, there is a rational use of the computing resource of the central
processor during processing on one computer or distribution of the processing process
using network terminals [5{7]. Fig. 1 shows a basic variant of the interaction of
the elements of the designed system. The information storage device stores both
the source le and the encrypted le generated during the encryption process.</p>
      <p>
        The encrypted matrix is formed in blocks, in the process of moving a oating
window and in the case of segmentation can be represented by a set of les. This
means that the nished blocks of the encrypted le are stored in random access
memory and wait for the end of the encryption process [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Depending on the
storage mode of the resulting matrix, it makes sense to use several data storage
devices, as while recording by several streams simultaneously, the information
storage device becomes a weak link in the performance chain [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Mathematical Model</title>
      <p>
        To clearly describe the operation of the method, we consider working with a
two-dimensional matrix. The size of the encryption block (m1; m2) can be set
arbitrarily, and the number of matrix columns is determined by the number
of blocks written in the alphabet A = f0; 1g. The number of matrix rows is
determined by the size of the initial data, and in the case of a network stream,
it depends on the interaction session of the computing subscribers network [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
The number of columns N2 depends on the length of the source information by
the formula 1:
      </p>
      <p>N2 = qm2 + 1;
(1)
where q is the partial quotient in the equality T = kq + r; 0 r &lt; k; k = m1m2
is a block area, T is the length of the source text, and r is the remainder of the
division.</p>
      <p>A cellular automaton with a oating window is called a combination (formula
2):</p>
      <p>CAo =&lt; Zn; (N1; : : : ; Nn); A; (m1; : : : ; mn); ; L &gt;;
(2)
where: Zn is a dimension of a cellular automaton(n = 1; 2; 3); (N1; : : : ; Nn) is
a table size; (m1; : : : ; mn) is an encryption block size; is a transition function
table; L is a bypass route of the encryption block of a cellular automaton with
a oating window, moreover, the equalities N1 = m1; : : : ; Nn 1 = mn 1 and
Nn = qmn + 1, where q is a partial quotient in equality T = kq + r; 0 r &lt;
k; k = m1: : : mn is a number of cells in the encryption block, is a length of the
source text, r is a remainder of the division.</p>
      <p>The source text is written sequentially in layers into the source text table.
In the last layer, only r cells will be lled. The remaining cells are lled with
either zeros or ones. The encryption process is as follows: the encryption block
is located at the beginning of the table with the source text, the contents of this
block are written out in a line in accordance with the traversal route L. This
sequence is replaced in accordance with the transition function . The resulting
cipher sequence is collapsed into a block in accordance with route L. The original
block is replaced with the received one. The encryption block is shifted by one
position in the data table and the process is repeated. The encryption process
ends when the encryption unit is not able to move to a new position. During
decryption, the oating window moves in the opposite direction, starting from
the last column (the columns in the transition function are swapped).
5</p>
    </sec>
    <sec id="sec-5">
      <title>Cryptographic Strength</title>
      <p>In contrast to the cellular automaton on the partition, in which it is proposed to
bypass the encryption block from the rst element and go in the order of rows
and columns respectively, in the cellular automaton with a oating window, it
is possible to bypass the encryption block in any sequence. Let the encryption
block size be M N , then the number of bypass options for this block will be
(M N )!. The table of transition functions depends on the size of the encryption
block:as the block size increases, the number of options for lling the right side
of the table of transition functions increases exponentially, and therefore, the
task of breaking the cipher is complicated. But it must be taken into account
that an increase in the encryption block is possible only when encrypting large
messages. A 5 5 block size is recommended, but the use of 6 6 and 7 7
blocks will also be successful in improving the hardware component.</p>
      <p>Consider the rule space in more detail. In the proposed program module, a
neighborhood option is used that includes a central (processed) cell and 8
elements from the environment. From the point of view of evaluating cryptographic
stability, only environmental elements of the treated cell are considered, since
the central cell does not a ect the resistance. Thus, a neighborhood with four
neighbors there are 28 = 256 positions and two options for lling each cell (zero
or one), then the rules table can be lled in 2256 various ways.</p>
      <p>
        To increase the cryptographic strength, we can consider neighborhoods of
the J th order, where J 2 N [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. We denote by R the number of cells in the
neighborhood of Moore of the J th order, and R = (2J + 1)2 1 then there
exists R! various workarounds. Similarly, denoting by S the number of cells in
the Von Neumann neighborhood of the J th order, and S = ((2J 1)2 1) + 4
we will have S! various workarounds. Obviously, the key length will vary and
equal to R characters for the J th order Moore neighborhood and S characters
for the J th order Von Neumann neighborhood. Thus, to increase the strength of
cellular encryption, it is advisable to increase the size of the neighborhood and
and use a function that de nes the set of processed elements. It is important to
consider that increasing the neighborhood leads to an increase in le size, which
is especially evident in small amounts of data.
      </p>
      <p>It is also worth noting that in conventional cellular encryption, the key is
applied once. However, when encrypting with a oating window, the encryption
block moves sequentially through the text, moving one column forward, thereby
each element of the text is encrypted x times (depending on the size of the
encryption block). On this basis, for the neighborhoods of Moore and Von
Neumann of the J th order, the number of di erent bypass options will be (R!)x and
(S!)x, respectively.</p>
      <p>
        In the course of cryptanalysis, it was found that in order to increase the
stability of the method, the matrix neighborhood should be expanded along
with the rule of supplementing it based on a function that determines the state
of additional cells for boundary elements [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. It is also advisable to use a hash
function that determines the sequence of processing blocks. These functions are
key and should be known to the recipient of con dential data [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Simulation</title>
      <p>The developed software module is shown in Fig. 2. Here, in the upper part, a
block of initial parameters is shown - the rule of matrix addition, optional log le
maintenance, the bypass rule and block size, matrix dimension (by the number
of blocks in a row). The left column shows the status of the encrypted blocks
in accordance with the hash function. In addition to using a conversion table
based on a hash function, it is possible to load a user-speci c transition guide
or generate it. In order to eliminate the error of using an incorrect directory,
the size of the installed block and the power of the number of transitions are
compared. Experimental studies have con rmed the absence of a dependence of
the processing speed on the number of blocks in the matrix row.</p>
      <p>A search of the size options for the source blocks showed that the processing
speed of the matrix is inversely proportional to the size of the block. The
obtained processing statistics are shown in Table 1, here 100 percent corresponds
to the longest encryption time of a le of 5 MB in size, which amounted to 23.2
seconds. The studies were carried out on a personal computer with a hardware
con guration: CPU Intel i3 8100, HDD ST2000DL003, RAM 32 GB.
The performance growth dynamics is justi ed by the fact that as the size of
the blocks increases, their number in the le matrix decreases, and accordingly,
the time for capturing, substituting, and rewriting elements decreases. It is
important to take into account the fact that when using the lookup directory,
processing time gains are achieved if a conversion table is available, otherwise
its generation time may exceed the processing time since the time delays in its
formation grow exponentially with increasing block area. To assess the
dependence of the developed system performance on the number of parallel computing,
the mode of enumerating the number of threads on les of various sizes was
activated. In the formation of the initial matrix, blocks of 20 bits (block 4 5)
were used (see Fig. 3). For clarity, the relative delay is indicated on the abscissa
axis, 100 percent corresponds to the maximum processing time for a le of the
speci ed size. Note that matching relative delay values for di erent data does
not mean matching processing time.</p>
      <p>
        From the graphs presented it follows that on the basis of experimental equipment
it is advisable to use no more than four threads (the processor has four physical
cores), since the vast majority of tests showed the highest system performance.
Using more than ve threads is not of interest since showed a decrease in
encryption speed due to the fact that there is a combination of tasks within one physical
(logical) processor and its work slows down. Thus, the dynamics of performance
depends on the architecture of the processor and the workload of the system as
a whole. It also follows from the graph that the dependence of the increase in
the speed of multi-threaded conversion depends on the le size. This is due to
the fact that the initialization and start-up of threads can take up a signi cant
share of the total processing time, which is impractical when processing les less
than 10 MB. Also note the block size as it determines the number of rewrites
of the elements of the original matrix, and in the case of a sequential algorithm,
the time of "downtime" [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Analysis of computer resource loading showed that
the data link is the weak link in the speed chain, because it is actively used at
the time of downloading the encryption results from the random access memory.
An option to solve this problem is asynchronous recording of processed segments
of the original matrix of con dential data to independent information storage
devices [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
7
      </p>
    </sec>
    <sec id="sec-7">
      <title>Results Analysis</title>
      <p>To analyze the distribution of bits changed as a result of encryption, we form
a matrix, which is the di erence between the original and encrypted matrix.
Figure 4 shows a fragment of the resulting table containing 100 columns. The
value of the matrix element will be the values f 1; 0; 1g. White cells correspond
to 0 (the value has not changed), horizontal hatching corresponds to 1, vertical
hatching corresponds to 1.
A simpli ed visualization in the form of a surface is shown in Figure 5. For
clarity, we took the distortion value modulo. Here, the di erence points rise
from the main level and demonstrate the distribution of the changes made. The
diagram shows fty rows corresponding to the rows of the matrix, the axis of
a hundred divisions corresponds to the number of columns of the matrix (table
width). Inclined faces show a uniform transition between states.
A look at the graph \from below" (horizontal projection) coincides with Figure
4. From the results it follows that the processed matrix contains 50 percent of
the changes at the bit level and 100 percent of the changes at the byte level,
i.e. the result of processing is not similar to inversion and cannot be understood
by an attacker without a reverse transformation, which involves knowledge or
selection of key parameters. The obtained indicators con rm the high level of
cryptographic strength of the encryption method under consideration based on
cellular automata. In the course of further studies, it is planned to consider the
changes made not only with the establishment of the fact of a change in the bit
value, but also taking into account the boundary values.</p>
      <p>In the initial de nition of a cellular automaton with a oating window,
processing (encryption) begins with the rst block (depends on the input parameters
and processing mode), then the iterative process is repeated in order until all
blocks are processed. The introduction of a local rule for processing blocks will
reduce the encryption time without losing cryptographic strength due to the
fact that not all blocks will be processed, but only those with neighbors that
correspond to certain markers. To do this, in the above de nition of a cellular
automaton with a oating window, we introduce a new element: M - a set of
markers (boundary values).
8</p>
    </sec>
    <sec id="sec-8">
      <title>Cellular Automaton with a Floating Window and a Set of Markers</title>
      <p>
        The cell of the matrix n will be considered as a block. A rule is introduced for
the local processing of blocks (matrix cells) based on markers - M. The marker
consists of a nite set of patterns P. Each pattern, in fact, is a set of values that
must be present around the cell so that its state is updated in accordance with
the , i.e. the update function works with a cell if and only if there is a
correspondence between the states of its neighbors and the pattern in M. However,
since there is no order in which each pattern P is compared with the states of
the cell's neighbors, no pattern should be a subpattern of the other. Based on
the studies presented in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], we introduce two serious limitations: all markers
in the composition have the same neighborhood as the nal result of their
composition, and all templates have the same shape. These simple constraints allow
you to create a fairly simple and e cient implementation.
      </p>
      <p>A cellular automaton with a oating window and a set of markers is called
a combination (formula 3):</p>
      <p>CAOM =&lt; Zn; (N1; : : : ; Nn); A; (m1; : : : ; mn); ; L; M &gt;;
(3)
where: Zn is a dimension of a cellular automaton(n = 1; 2; 3); (N1; : : : ; Nn) is
a table size; (m1; : : : ; mn) is an encryption block size; is a transition function
table; L is a bypass route of the encryption block of a cellular automaton with
a oating window. M is a set of markers consisting of patterns P, all patterns
P 2 M have the same shape, which is determined by the neighborhood of the
marker. The update function is applied to cell n if and only if the state of its
neighboring cells corresponds to to some element P 2 M .
9</p>
    </sec>
    <sec id="sec-9">
      <title>Conclusion</title>
      <p>In the course of the work, a mathematical model of the encryption method using
a oating window based on cellular automata is considered. To study the speed
of the processing of con dential data, a variant of organizing the structure of the
software module was developed. A method is proposed for generating a graphical
dependence of the processing time on the initial parameters, the scope of which
is possible both for processing individual les and for continuous data streams of
subscribers of a computer network, as well as at the level of a computing cluster
that provides end-to-end encryption at the level of an external service.</p>
      <p>A cryptographic module has been developed that implements the encryption
method based on cellular automata, a feature of which is a multi-threaded mode
of operation and dynamic control of the block of initial parameters.
Recommendations are formulated for setting the neighborhood of the active elements of
the matrix and the number of threads, taking into account the architecture of
the central processor. Experimental studies have been carried out con rming the
completeness and correctness of the proposed solutions. The expediency of using
high-speed hard disk drives and saving the encryption results in asynchronous
segmented mode with linking the result to the working thread is shown.</p>
      <p>The proposed version of organizing a con dential information processing
system in the form of a software module, taking into account the hardware features,
allows optimizing the processing speed, and compliance with the
recommendations for expanding the neighborhood during block conversion makes it possible
to increase the cryptographic strength of the encryption algorithm based on
cellular automata with a oating window. The totality of the results con rm the
completeness and correctness of the proposed solutions.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Dr</surname>
          </string-name>
          . Allen Harper, Daniel Regalado, Ryan Linn, Stephen Sims, Branko Spasojevic, Linda Martinez, Michael Baucom, Chris Eagle,
          <article-title>The late Shon Harris.: Gray Hat Hacking: The Ethical Hacker's Handbook. 1nd edn</article-title>
          .
          <string-name>
            <surname>McGraw-Hill Education</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mirzakhanov</surname>
            ,
            <given-names>P.S.:</given-names>
          </string-name>
          <article-title>A software package for modeling the process of transmitting and processing network data streams. Bulletin of the South-West State University</article-title>
          . Series: Management, Computing, Informatics.
          <source>Medical instrumentation 2(3)</source>
          ,
          <volume>175</volume>
          {
          <fpage>180</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plugatarev</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>L.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Efremov</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          :
          <article-title>A comprehensive assessment of the information security of an object using a mathematical model for calculating risk indicators. Bulletin of the South-West State University</article-title>
          . Series: Management, Computing, Informatics.
          <source>Medical instrumentation</source>
          <volume>4</volume>
          (
          <issue>29</issue>
          ),
          <volume>34</volume>
          {
          <fpage>40</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Asyutikov</surname>
            <given-names>A. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dobritsa</surname>
            <given-names>V. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Efremov</surname>
            <given-names>M. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zarubin</surname>
            <given-names>D. M.:</given-names>
          </string-name>
          <article-title>A cellular automaton on a partition in encryption</article-title>
          .
          <source>Information Security of Sociotechnical Systems</source>
          .
          <volume>1</volume>
          (
          <issue>1</issue>
          ),
          <volume>72</volume>
          {
          <fpage>79</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Borzov</surname>
          </string-name>
          , D.B,
          <string-name>
            <surname>Chesnokova</surname>
            ,
            <given-names>E.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Al-Ashval</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          <string-name>
            <surname>Ya</surname>
          </string-name>
          .:
          <article-title>Search device for lower estimation of placement in fully connected matrix systems with bi-directional transmission of information</article-title>
          .
          <source>Patent for invention RUS</source>
          <volume>2421805</volume>
          (
          <issue>11</issue>
          .
          <fpage>24</fpage>
          .
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Dobritsa</surname>
            ,
            <given-names>V.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>L.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plugatarev</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          :
          <article-title>A software module for assessing the cryptographic strength of symmetric encryption methods using parallel computing In: Infocommunications and space technologies: state, problems and solutions. The collection of scienti c articles based on the materials of the II All-Russian scienti c and practical conferenceg</article-title>
          , pp.
          <volume>33</volume>
          {
          <fpage>38</fpage>
          . SWSU,
          <string-name>
            <surname>Kursk</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Tanygin</surname>
            ,
            <given-names>M.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>L.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konoreva</surname>
            ,
            <given-names>E.E.</given-names>
          </string-name>
          :
          <article-title>Analysis of potential vulnerabilities and modern methods of protecting multi-user resources In: Infocommunications and space technologies: state, problems and solutions. The collection of scienti c articles based on the materials of the II All-Russian scienti c and practical conferenceg</article-title>
          , pp.
          <volume>136</volume>
          {
          <fpage>140</fpage>
          . SWSU,
          <string-name>
            <surname>Kursk</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Tanygin</surname>
            ,
            <given-names>M.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>L.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romanov</surname>
            ,
            <given-names>A.N.:</given-names>
          </string-name>
          <article-title>ATechnology and software implementation of a software module for localizing potentially dangerous objects on a graphic substrate using neural networks</article-title>
          . In:
          <article-title>Infocommunications and space technologies: state, problems and solutions. The collection of scienti c articles based on the materials of the II All-Russian scienti c and practical conferenceg</article-title>
          , pp.
          <volume>23</volume>
          {
          <fpage>28</fpage>
          . SWSU,
          <string-name>
            <surname>Kursk</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Bobyntsev</surname>
            ,
            <given-names>D.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lisitsin</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuzheleva</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          :
          <article-title>Administration of information systems: study guide</article-title>
          .
          <source>Southwest state un-t. Kursk</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Asyutikov</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dobritsa</surname>
            ,
            <given-names>V.P.</given-names>
          </string-name>
          :
          <article-title>Encryption with a cellular machine on a partition by the principle of a oating window In: Infocommunications and space technologies: state, problems and solutions The collection of scienti c articles based on the materials of the II All-Russian scienti c</article-title>
          and practical conference, pp.
          <volume>45</volume>
          {
          <fpage>50</fpage>
          . SWSU,
          <string-name>
            <surname>Kursk</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Asyutikov</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dobritsa</surname>
            ,
            <given-names>V.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zarubin</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Efremov</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          :
          <article-title>Improvement of a cellular automaton on the decomposition to increase the resistance In: Infocommunications and space technologies: state, problems and solutions The collection of scienti c articles based on the materials of the I All-Russian scienti c</article-title>
          and practical conference, pp.
          <volume>219</volume>
          {
          <fpage>221</fpage>
          . SWSU,
          <string-name>
            <surname>Kursk</surname>
          </string-name>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tanygin</surname>
            ,
            <given-names>M.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Efremov</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spevakov</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          :
          <article-title>Security of information systems: study guide</article-title>
          .
          <source>Southwest state un-t. Kursk</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Efremov</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khalin</surname>
            ,
            <given-names>Yu.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>L.O.</given-names>
          </string-name>
          :
          <article-title>Development of secure enterprise systems based on client-server technology: study guide</article-title>
          .
          <source>Southwest state un-t. Kursk</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Tanygin</surname>
            ,
            <given-names>M.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alshaya</surname>
            ,
            <given-names>Kh.Ya.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Altukhova</surname>
            ,
            <given-names>V.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          :
          <article-title>Establishing a con dence channel for exchanging data between a source and a receiver of information using the modi ed one-time password method. Bulletin of the SouthWest State University</article-title>
          . Series: Management, Computing, Informatics.
          <source>Medical instrumentation</source>
          <volume>4</volume>
          (
          <issue>29</issue>
          ),
          <volume>63</volume>
          {
          <fpage>71</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seleznev</surname>
            ,
            <given-names>K.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tanygin</surname>
            ,
            <given-names>M.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marukhlenko</surname>
            ,
            <given-names>L.O.</given-names>
          </string-name>
          :
          <article-title>Organization of a network monitoring system and an assessment of the state of information security of an object</article-title>
          .
          <source>News of Southwestern State University</source>
          <volume>23</volume>
          (
          <issue>1</issue>
          ),
          <volume>118</volume>
          {
          <fpage>129</fpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Clarridge</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salomaa</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>A cryptosystem based on the composition of reversible cellular automata</article-title>
          . In: Ionescu,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Mart</surname>
          </string-name>
          n-Vide,
          <string-name>
            <surname>C</surname>
          </string-name>
          . (eds.)
          <article-title>Language and Automata Theory and Applications</article-title>
          , LNCS, vol.
          <volume>5457</volume>
          , pp.
          <volume>314</volume>
          {
          <fpage>325</fpage>
          . Springer, Heidelberg (
          <year>2009</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>642</fpage>
          -00982-2-27
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>