<?xml version="1.0"?>
<!DOCTYPE article
PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20190208//EN"
       "JATS-journalpublishing1.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" article-type="EDITORIAL" dtd-version="1.4" xml:lang="en">
 <front>
  <journal-meta>
   <journal-id journal-id-type="publisher-id">MONITORING AND EXPERTISE IN SAFETY SYSTEM</journal-id>
   <journal-title-group>
    <journal-title xml:lang="en">MONITORING AND EXPERTISE IN SAFETY SYSTEM</journal-title>
    <trans-title-group xml:lang="ru">
     <trans-title>НАДЗОРНАЯ ДЕЯТЕЛЬНОСТЬ И СУДЕБНАЯ ЭКСПЕРТИЗА В СИСТЕМЕ БЕЗОПАСНОСТИ</trans-title>
    </trans-title-group>
   </journal-title-group>
   <issn publication-format="print">2304-0130</issn>
  </journal-meta>
  <article-meta>
   <article-id pub-id-type="publisher-id">98302</article-id>
   <article-id pub-id-type="doi">10.61260/2304-0130-2025-1-46-50</article-id>
   <article-categories>
    <subj-group subj-group-type="toc-heading" xml:lang="ru">
     <subject>ДИАЛОГИ СО СПЕЦИАЛИСТАМИ</subject>
    </subj-group>
    <subj-group subj-group-type="toc-heading" xml:lang="en">
     <subject>DIALOGUES WITH SPECIALISTS</subject>
    </subj-group>
    <subj-group>
     <subject>ДИАЛОГИ СО СПЕЦИАЛИСТАМИ</subject>
    </subj-group>
   </article-categories>
   <title-group>
    <article-title xml:lang="en">DECENTRALIZED INFORMATION STORAGE</article-title>
    <trans-title-group xml:lang="ru">
     <trans-title>ДЕЦЕНТРАЛИЗОВАННОЕ ХРАНЕНИЕ ИНФОРМАЦИИ</trans-title>
    </trans-title-group>
   </title-group>
   <contrib-group content-type="authors">
    <contrib contrib-type="author">
     <contrib-id contrib-id-type="orcid">https://orcid.org/0000-0001-2735-4189</contrib-id>
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Лабинский</surname>
       <given-names>Александр Юрьевич</given-names>
      </name>
      <name xml:lang="en">
       <surname>Labinsky</surname>
       <given-names>Alexander Yu.</given-names>
      </name>
     </name-alternatives>
     <email>labinsciy@yandex.ru</email>
     <bio xml:lang="ru">
      <p>кандидат технических наук;</p>
     </bio>
     <bio xml:lang="en">
      <p>candidate of technical sciences;</p>
     </bio>
     <xref ref-type="aff" rid="aff-1"/>
    </contrib>
   </contrib-group>
   <aff-alternatives id="aff-1">
    <aff>
     <institution xml:lang="ru">Санкт-Петербургский университет ГПС МЧС России</institution>
     <city>Санкт-Петербург</city>
     <country>Россия</country>
    </aff>
    <aff>
     <institution xml:lang="en">Saint-Petersburg university of State fire service of EMERCOM of Russia</institution>
     <city>Saint-Petersburg</city>
     <country>Russian Federation</country>
    </aff>
   </aff-alternatives>
   <pub-date publication-format="print" date-type="pub" iso-8601-date="2025-04-30T16:06:58+03:00">
    <day>30</day>
    <month>04</month>
    <year>2025</year>
   </pub-date>
   <pub-date publication-format="electronic" date-type="pub" iso-8601-date="2025-04-30T16:06:58+03:00">
    <day>30</day>
    <month>04</month>
    <year>2025</year>
   </pub-date>
   <volume>2025</volume>
   <issue>1</issue>
   <fpage>46</fpage>
   <lpage>50</lpage>
   <history>
    <date date-type="received" iso-8601-date="2025-02-02T00:00:00+03:00">
     <day>02</day>
     <month>02</month>
     <year>2025</year>
    </date>
    <date date-type="accepted" iso-8601-date="2025-03-03T00:00:00+03:00">
     <day>03</day>
     <month>03</month>
     <year>2025</year>
    </date>
   </history>
   <self-uri xlink:href="https://journals.igps.ru/en/nauka/article/98302/view">https://journals.igps.ru/en/nauka/article/98302/view</self-uri>
   <abstract xml:lang="ru">
    <p>Рассмотрены особенности и возможности децентрализованного хранения информации с помощью технологии блокчейн, алгоритм реализации хэш-функции, предназначенной для подсчета контрольной суммы, используемой для поддержания связи между блоками данных в распределенной базе данных, обеспечивающей децентрализованное хранение информации.&#13;
Рассмотрены проблемы блокчейн-технологии распределенных баз данных, типы архитектур распределенных баз данных на основе блокчейна и области применения блокчейн-технологии.&#13;
Подробно рассмотрен алгоритм циклического избыточного кода, используемый для подсчета контрольной суммы на основе входных данных, и реализация циклического избыточного кода в виде хэш-функции путем разработки алгоритма и программы для электронно-вычислительных машин.&#13;
Представлены блок-схема алгоритма подсчета контрольной суммы CRC-32 и консольная программа CRC32, реализующая данный алгоритм. Рассмотрен пример подсчета контрольной суммы для двух строк текста, в которых перестановка местами нескольких слов привела к изменению контрольной суммы.</p>
   </abstract>
   <trans-abstract xml:lang="en">
    <p>The features and possibilities of decentralized information storage using blockchain technology, an algorithm for implementing a hash function designed to calculate a checksum used to maintain communication between data blocks in a distributed database providing decentralized information storage, are considered.&#13;
The problems of distributed database blockchain technology, types of distributed database architectures based on blockchain, and areas of application of blockchain technology are considered.&#13;
The cyclic redundancy code algorithm used to calculate a checksum based on input data and the implementation of cyclic redundancy code in the form of a hash function by developing an algorithm and a program for electronic computing machines are considered in detail.&#13;
A block diagram of the CRC-32 checksum calculation algorithm and the CRC32 console program implementing this algorithm are presented. An example of calculating a checksum for two lines of text in which the rearrangement of several words led to a change in the checksum is considered.</p>
   </trans-abstract>
   <kwd-group xml:lang="ru">
    <kwd>децентрализованное хранение информации</kwd>
    <kwd>распределенная база данных</kwd>
    <kwd>блокчейн-технология</kwd>
    <kwd>циклический избыточный код</kwd>
    <kwd>контрольная сумма</kwd>
    <kwd>хэш-сумма</kwd>
    <kwd>хэш-функция</kwd>
    <kwd>алгоритм</kwd>
    <kwd>программа для ЭВМ</kwd>
   </kwd-group>
   <kwd-group xml:lang="en">
    <kwd>decentralized information storage</kwd>
    <kwd>distributed database</kwd>
    <kwd>blockchain technology</kwd>
    <kwd>cyclic redundant code</kwd>
    <kwd>checksum</kwd>
    <kwd>hash sum</kwd>
    <kwd>hash function</kwd>
    <kwd>algorithm</kwd>
    <kwd>computer program</kwd>
   </kwd-group>
  </article-meta>
 </front>
 <body>
  <p></p>
 </body>
 <back>
  <ref-list>
   <ref id="B1">
    <label>1.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Иванов А.Ю. Мобильные распределенные базы данных автоматизированных информационно-управляющих систем МЧС России: монография. СПб.: С.-Петерб. ун-т ГПС МЧС России, 2008. 152 с.</mixed-citation>
     <mixed-citation xml:lang="en">Ivanov A.Yu. Mobile distributed databases of automated information and control systems of the EMERCOM of Russia: monograph. SPb.: Saint-Petersburg university of State fire service of EMERCOM of Russia, 2008. 152 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B2">
    <label>2.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Равал С. Децентрализованные приложения. Технология Blockchain в действии. СПб.: Питер, 2017. 240 с.</mixed-citation>
     <mixed-citation xml:lang="en">Raval S. Decentralized applications. Blockchain Technology in Action. SPb.: Piter, 2017. 240 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B3">
    <label>3.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Уоррен Г.С. Алгоритмические трюки для программистов. М.: Вильямс, 2007. 288 с.</mixed-citation>
     <mixed-citation xml:lang="en">Warren G.S. Algorithmic tricks for programmers. M.: Williams, 2007. 288 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B4">
    <label>4.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Генкин А.С., Михеев А.А. Блокчейн. Как это работает и что ждет нас завтра. М.: Альпина Паблишер, 2017. 592 с.</mixed-citation>
     <mixed-citation xml:lang="en">Genkin A.S., Mikheev A.A. Blockchain. How it works and what awaits us tomorrow. M.: Alpina Publisher, 2017. 592 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B5">
    <label>5.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Генкин А.С., Михеев А.А. Блокчейн для всех. Как работают криптовалюты и другие новые финансовые технологии. М.: Альпина Паблишер, 2023. 588 с.</mixed-citation>
     <mixed-citation xml:lang="en">Genkin A.S., Mikheev A.A. Blockchain for everyone. How cryptocurrencies and other new financial technologies work. M.: Alpina Publisher, 2023. 588 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B6">
    <label>6.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Лелу Л. Блокчейн от А до Я. Все о технологии десятилетия. М.: Эксмо, 2018. 256 с.</mixed-citation>
     <mixed-citation xml:lang="en">Lelu L. Blockchain from A to Z. All about the technology of the decade. M.: Eksmo, 2018. 256 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B7">
    <label>7.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Могайар У., Бутерин В. Блокчейн для бизнеса. М.: Эксмо, 2017. 224 с.</mixed-citation>
     <mixed-citation xml:lang="en">Moghayar U., Buterin V. Blockchain for business. M.: Eksmo, 2017. 224 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B8">
    <label>8.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Свон М. Блокчейн: схема новой экономики. М.: Олимп-бизнес, 2017. 240 с.</mixed-citation>
     <mixed-citation xml:lang="en">Swan M. Blokcheyn: the scheme of the new economy. M.: Olymp-business, 2017. 240 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B9">
    <label>9.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Табернакулов А., Койфманн Я. Блокчейн на практике. М.: Альпина Паблишер, 2019. 264 с.</mixed-citation>
     <mixed-citation xml:lang="en">Tabernakulov A., Koifmann Ya. Blockchain in practice. M.: Alpina Publisher, 2019. 264 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B10">
    <label>10.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Тапскотт А., Тапскотт Д. Технология блокчейн – то, что движет финансовой революцией сегодня. М.: Эксмо, 2017. 448 с.</mixed-citation>
     <mixed-citation xml:lang="en">Tapscott A., Tapscott D. Blockchain technology – what is driving the financial revolution today. M.: Eksmo, 2017. 448 p.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B11">
    <label>11.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Haber S., Stornetta W. Blockchain // Journal of cryptography. 2021. Vol. 3. P. 99–111.</mixed-citation>
     <mixed-citation xml:lang="en">Haber S., Stornetta W. Blockchain // Journal of cryptography. 2021. Vol. 3. P. 99–111.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B12">
    <label>12.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Nakamoto S. Bitcoin: a per-to-per electronic cash system // Journal of Cryptography. 2019. Vol. 5. P. 37–45.</mixed-citation>
     <mixed-citation xml:lang="en">Nakamoto S. Bitcoin: a per-to-per electronic cash system // Journal of Cryptography. 2019. Vol. 5. P. 37–45.</mixed-citation>
    </citation-alternatives>
   </ref>
  </ref-list>
 </back>
</article>
