[go: up one dir, main page]

RU2459276C1 - Method for coding of m message represented as multidigit binary number - Google Patents

Method for coding of m message represented as multidigit binary number Download PDF

Info

Publication number
RU2459276C1
RU2459276C1 RU2011134131/08A RU2011134131A RU2459276C1 RU 2459276 C1 RU2459276 C1 RU 2459276C1 RU 2011134131/08 A RU2011134131/08 A RU 2011134131/08A RU 2011134131 A RU2011134131 A RU 2011134131A RU 2459276 C1 RU2459276 C1 RU 2459276C1
Authority
RU
Russia
Prior art keywords
message
cryptogram
mdc
secret key
auxiliary
Prior art date
Application number
RU2011134131/08A
Other languages
Russian (ru)
Inventor
Николай Андреевич МОЛДОВЯН (RU)
Николай Андреевич Молдовян
Александр Андреевич МОЛДОВЯН (RU)
Александр Андреевич Молдовян
Original Assignee
Николай Андреевич Молдовян
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Николай Андреевич Молдовян filed Critical Николай Андреевич Молдовян
Priority to RU2011134131/08A priority Critical patent/RU2459276C1/en
Application granted granted Critical
Publication of RU2459276C1 publication Critical patent/RU2459276C1/en

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

FIELD: electricity.
SUBSTANCE: method of unit coding of a message M represented in a binary form includes the following sequence of actions: generation of a secret key in the form of a set of subkeys K1, K2, …, Kh, where h≥1, generation of auxiliary multidigit binary numbers (MBN) p, Q1(1),Q2(1),…,Qd(1), Q1(2), Q2(2), …, Qd(2),…, Q1(k), Q2(u),…, Qd(u), R1, R2, …, Ru, where 1<d and 1<u<d, generation of a cryptogram in the form of a set of MBN, C1, C2, …, Cd, which complies with a system of equations Q1(1), C1 + Q2(1)C2 +… + Qd(1)Cd = R1 mod p, Q1(2)C1+Q2(2)C2+…+ Qd(2)Cd =R2 mod p, …,Q1(u)C1+Q2(u)C2+…+Qd(u)Cd =Ru mod p, where at least one of multidigit binary numbers R1, R2,…, Ru depends on an M message, and at least one of multidigit binary numbers Q2(1),…,Qd(1), Q1(2), Q2(1),…,Qd(2),…,Qd(2),…,Q1(u), Q2(u),…,Qd(u) depends on one of subkeys K1 K2, …, Kh.
EFFECT: increased resistance of a cryptogram.
3 cl, 1 ex

Description

Изобретение относится к области электросвязи и вычислительной техники, а конкретнее к области криптографических способов и устройств для защиты информации, передаваемой по телекоммуникационным сетям путем шифрования (толкование используемых в описании терминов приведено в приложении) сообщений (информации).The invention relates to the field of telecommunications and computer technology, and more particularly to the field of cryptographic methods and devices for protecting information transmitted over telecommunication networks by encryption (the interpretation of the terms used in the description is given in the appendix) of messages (information).

Известны способы шифрования электронных сообщений, представленных в цифровом виде, а именно в виде двоичных данных, выполняемые по секретному ключу, например способ, реализованный в виде алгоритма блочного шифрования RC5 [B.Schneier, "Applied Cryptography", Second Eddition, John Wiley & Sons, Inc., New York, 1996, pp.344-346]. Способ включает в себя формирование секретного ключа в виде совокупности подключей, разбиение n-битового двоичного блока информации на n/2-битовые информационные подблоки А и В и поочередное преобразование данных подблоков. Подблоки преобразуются путем последовательного выполнения над ними линейных и нелинейных операций, в качестве которых используются операции суммирования по модулю 2m, где m=n/2=8,16,32,64, поразрядного суммирования по модулю 2 и циклического сдвига влево, причем число бит на которое сдвигается преобразуемый подблок зависит от значения другого подблока. Последнее свойство является характерным для способа RC5 и определяет зависимость операции циклического сдвига на текущем шаге преобразования подблока от исходного значения входного блока данных. Подблок информации, например подблок В, преобразуют путем наложения подблока А на подблок В с помощью операции поразрядного суммирования по модулю 2 В:=В⊕А. После этого над подблоком В выполняют операцию циклического сдвига влево на число бит, равное значению подблока А: В:=В<<<А. Затем над подблоком В и одним из подключей К выполняют операцию суммирования по модулю 2m, где m - длина подблока в битах: В:=(В+К)mod 2m. После этого аналогичным образом преобразуется подблок А. В зависимости от размеров ключа выполняется несколько таких итераций преобразования обоих подблоков. Данный способ обеспечивает достаточно высокую скорость шифрования при программной реализации. Недостатком способа шифрования RC5 является невысокая стойкость к дифференциальному и линейному видам криптоанализа [Kaliski B.S., Yin Y.L. On Differential and Linear Cryptanalysis of the RC5 Encryption Algorithm. Advances in Cryptology - CRYPTO 95. Proceedings, Springer-Verlag, 1995, pp.171-184].There are known methods of encrypting electronic messages presented in digital form, namely in the form of binary data, performed using a secret key, for example, a method implemented in the form of an RC5 block encryption algorithm [B. Schneier, "Applied Cryptography", Second Eddition, John Wiley & Sons , Inc., New York, 1996, pp. 344-346]. The method includes generating a secret key in the form of a set of subkeys, splitting an n-bit binary information block into n / 2-bit information subunits A and B, and sequentially converting these subunits. The subblocks are transformed by sequentially performing linear and nonlinear operations on them, for which summation modulo 2 m , where m = n / 2 = 8.16.32.64, bitwise summation modulo 2 and a cyclic shift to the left are used, and the number the bit by which the converted sub-block is shifted depends on the value of the other sub-block. The latter property is characteristic of the RC5 method and determines the dependence of the cyclic shift operation at the current step of the conversion of the subunit on the initial value of the input data block. The information subblock, for example subblock B, is transformed by superimposing subblock A onto subblock B using the bitwise summing operation modulo 2 B: = B⊕A. After that, the operation of cyclic left shift by the number of bits equal to the value of subunit A is performed on subblock B: B: = B <<< A. Then, over the subblock B and one of the subkeys K, the summation operation is performed modulo 2 m , where m is the length of the subblock in bits: B: = (B + K) mod 2 m . After that, subunit A is similarly converted. Depending on the size of the key, several such iterations of the conversion of both subunits are performed. This method provides a fairly high encryption speed in software implementation. The disadvantage of the RC5 encryption method is its low resistance to differential and linear types of cryptanalysis [Kaliski BS, Yin YL On Differential and Linear Cryptanalysis of the RC5 Encryption Algorithm. Advances in Cryptology - CRYPTO 95. Proceedings, Springer-Verlag, 1995, pp. 171-184].

Известен способ шифрования сообщения М [B.Schneier, "Applied Cryptography", Second Eddition, John Wiley & Sons, Inc., New York, 1996, pp.193-194], представленного в виде двоичной последовательности, путем генерации секретного ключа К, разбиения сообщения М на блоки М1, М2, …, Mk, где k - число блоков в сообщении. Блоки двоичных данных Mi, i=1, 2, …, k, имеют фиксированную разрядность n, где n≥64 бит. Шифруют блок М1 по секретному ключу, получая блок криптограммы С1, затем, начиная со значения i=2 и до значения i=k, суммируют с помощью операции поразрядного суммирования блок криптограммы Сi-1 и блок Мi, полученный в результате суммирования блок данных шифруют по секретному ключу, получая в результате текущий блок криптограммы Сi. Совокупность блоков криптограммы C1, C2, …, Ck представляет собой криптограмму, содержащую сообщение М в скрытом виде. Извлечение сообщения М из криптограммы практически возможно только с использованием секретного ключа, использованного при шифровании, за счет чего достигается защита информации, содержащейся в сообщении М при его передаче по открытым каналам связи. Данный способ обеспечивает улучшение статистических свойств криптограммы, однако он имеет недостаток, состоящий в том, что теряется возможность независимого расшифрования отдельных блоков криптограммы.A known method of encrypting a message M [B. Schneier, "Applied Cryptography", Second Eddition, John Wiley & Sons, Inc., New York, 1996, pp. 193-194], presented as a binary sequence, by generating a secret key K, splitting the message M into blocks M 1 , M 2 , ..., M k , where k is the number of blocks in the message. The binary data blocks M i , i = 1, 2, ..., k, have a fixed bit width n, where n≥64 bits. The M 1 block is encrypted with the secret key, obtaining the cryptogram block C 1 , then, starting from the value i = 2 and up to the value i = k, the cryptogram block C i-1 and the block M i obtained by summing are summed using the bitwise summing operation the data block is encrypted with a secret key, resulting in the current cryptogram block C i . The set of blocks of the cryptogram C 1 , C 2 , ..., C k is a cryptogram containing the message M in a hidden form. Removing the message M from the cryptogram is practically possible only using the secret key used in encryption, which ensures protection of the information contained in the message M when it is transmitted over open communication channels. This method provides an improvement in the statistical properties of the cryptogram, however, it has the disadvantage that the ability to independently decrypt individual blocks of the cryptogram is lost.

Наиболее близким по своей технической сущности к заявляемому способу шифрования сообщения М, представленного в виде многоразрядного двоичного числа (МДЧ), является способ, описанный в патенте США №2103829 [Hellman M.E., Pohlig S.C. Exponentiation Cryptographic Apparatus and Method // U.S. Patent # 4424414. Jan. 3, 1984]. Способ-прототип включает в себя генерацию простого МДЧ р, формирование секретного ключа в виде МДЧ е и формирование криптограммы, зависящей от сообщения М и от секретного ключа е, причем криптограмму формируют в виде МДЧ С, которое удовлетворяет соотношению С=Me mod p.The closest in technical essence to the claimed method of encrypting message M, presented in the form of a multi-bit binary number (MDC), is the method described in US patent No. 2103829 [Hellman ME, Pohlig SC Exponentiation Cryptographic Apparatus and Method // US Patent # 4424414. Jan. 3, 1984]. The prototype method includes the generation of a simple MDC p, the formation of a secret key in the form of MDC e and the formation of a cryptogram depending on the message M and the secret key e, and the cryptogram is formed in the form of MDC C, which satisfies the relation C = M e mod p.

Недостатком способа-прототипа является уязвимость к атакам с принуждением, которые предполагают необходимость предоставления атакующему некоторого случайного вспомогательного секретного ключа, по которому криптограмма расшифровывается в некоторое осмысленное сообщение

Figure 00000001
, отличное от сообщения М, зашифрованному по секретному ключу (см. [R.Canetti, С.Dwork, М.Naor, R.Ostrovsky, Deniable Encryption // Advances in cryptology - CRYPTO 1997. / Conference Proceedings, pp.90-104] и [М.H. Ibrahim, A Method for Obtaining Deniable Public-Key Encryption // International Journal of Network Security. 2009. Vol.8. No.1, pp.1-9]). При этом процедура расшифрования криптограммы не зависит от значения предоставляемого ключа, т.е. расшифрование криптограммы (C1, C2, …, Cd) по секретному ключу и по вспомогательному секретному ключу осуществляется единообразно. Данный недостаток связан с тем, что в способе-прототипе вычислительно неосуществимо нахождение вспомогательного секретного ключа, по которому криптограмма расшифровывается в осмысленное сообщение
Figure 00000002
, отличное от сообщения М, из-за чего атакующему может быть предоставлен только секретный ключ, который позволяет атакующему получить доступ к секретному сообщению, т.е. не обеспечивается стойкость алгоритма шифрования к атаке с принуждением.The disadvantage of the prototype method is the vulnerability to coercive attacks, which suggest the need to provide the attacker with some random auxiliary secret key, according to which the cryptogram is decrypted into some meaningful message
Figure 00000001
different from the message M encrypted with a secret key (see [R. Canetti, C. Work, M. Naor, R. Ostrovsky, Deniable Encryption // Advances in cryptology - CRYPTO 1997. / Conference Proceedings, pp.90-104 ] and [M. H. Ibrahim, A Method for Obtaining Deniable Public-Key Encryption // International Journal of Network Security. 2009. Vol.8. No.1, pp.1-9]). The cryptogram decryption procedure does not depend on the value of the provided key, i.e. decryption of the cryptogram (C 1 , C 2 , ..., C d ) by the secret key and by the auxiliary secret key is carried out in the same way. This drawback is due to the fact that in the prototype method it is computationally impractical to find an auxiliary secret key, by which the cryptogram is decrypted into a meaningful message
Figure 00000002
different from message M, because of which only the secret key can be provided to the attacker, which allows the attacker to access the secret message, i.e. the encryption algorithm is not resistant to a forced attack.

Целью заявляемого технического решения является разработка способа шифрования сообщения М, представленного в виде МДЧ, обеспечивающего стойкость к атакам с принуждением за счет формирования криптограммы, зависящей от секретного ключа, включающего в себя вспомогательный секретный ключ как свою составную часть, и от дополнительного осмысленного сообщения

Figure 00000003
.The purpose of the claimed technical solution is to develop a method for encrypting message M, presented in the form of MDC, which provides resistance to attacks with coercion by generating a cryptogram that depends on the secret key, which includes an auxiliary secret key as its component, and on an additional meaningful message
Figure 00000003
.

Указанная цель достигается тем, что в способе шифрования сообщения М, представленного в виде МДЧ, заключающемся в формировании секретного ключа и формировании криптограммы, зависящей от сообщения М и от секретного ключаThis goal is achieved by the fact that in the method of encrypting the message M, presented in the form of MDC, which consists in the formation of a secret key and the formation of a cryptogram depending on the message M and the secret key

новым является то, что секретный ключ формируют в виде набора подключей К1, K2, …, Кh, где h≥1, генерируют вспомогательные МДЧ p,

Figure 00000004
,
Figure 00000005
, …,
Figure 00000006
,
Figure 00000007
,
Figure 00000008
, …,
Figure 00000009
, …,
Figure 00000010
,
Figure 00000011
, …,
Figure 00000012
, R1, R2, …, Ru, где 1<d и 1≤u≤d, и формируют криптограмму в виде набора МДЧ C1, С2, …, Cd, который удовлетворяет системе уравнений
Figure 00000013
,
Figure 00000014
, …,
Figure 00000015
, где, по крайней мере, одно из МДЧ R1, R2, …, Ru зависит от сообщения М и, по крайней мере, одно из МДЧ
Figure 00000016
,
Figure 00000017
, …,
Figure 00000018
,
Figure 00000019
,
Figure 00000020
, …,
Figure 00000021
, …,
Figure 00000022
,
Figure 00000023
, …,
Figure 00000024
зависит от одного из подключей K1, K2, …, Kh.new is that the secret key is formed in the form of a set of subkeys K 1 , K 2 , ..., K h , where h≥1, generate auxiliary MDC p,
Figure 00000004
,
Figure 00000005
, ...,
Figure 00000006
,
Figure 00000007
,
Figure 00000008
, ...,
Figure 00000009
, ...,
Figure 00000010
,
Figure 00000011
, ...,
Figure 00000012
, R 1 , R 2 , ..., R u , where 1 <d and 1≤u≤d, and form a cryptogram in the form of a set of MDC C 1 , C 2 , ..., C d , which satisfies the system of equations
Figure 00000013
,
Figure 00000014
, ...,
Figure 00000015
, where at least one of the MDC R 1 , R 2 , ..., R u depends on the message M and at least one of the MDC
Figure 00000016
,
Figure 00000017
, ...,
Figure 00000018
,
Figure 00000019
,
Figure 00000020
, ...,
Figure 00000021
, ...,
Figure 00000022
,
Figure 00000023
, ...,
Figure 00000024
depends on one of the subkeys K 1 , K 2 , ..., K h .

Новым также является то, что секретный ключ формируют в виде набора подключей K1, K2, K3, K4, генерируют вспомогательные МДЧ р,

Figure 00000025
,
Figure 00000026
,
Figure 00000027
,
Figure 00000028
,
Figure 00000029
, генерируют вспомогательное МДЧ R2 путем формирования дополнительного сообщения
Figure 00000030
, представленного в виде МДЧ, и генерации R2 по формуле
Figure 00000031
и формируют криптограмму в виде набора МДЧ С1, С2, который удовлетворяет системе уравнений
Figure 00000032
,
Figure 00000033
.New is also that the secret key is formed in the form of a set of subkeys K 1 , K 2 , K 3 , K 4 , generate auxiliary MDC p,
Figure 00000025
,
Figure 00000026
,
Figure 00000027
,
Figure 00000028
,
Figure 00000029
generate auxiliary MDC R 2 by forming an additional message
Figure 00000030
represented in the form of MDC, and the generation of R 2 according to the formula
Figure 00000031
and form a cryptogram in the form of a set of MDC C 1 C 2 that satisfies the system of equations
Figure 00000032
,
Figure 00000033
.

Формирование правой части уравнений по формулам

Figure 00000034
и
Figure 00000035
обеспечивает стойкость заявленного способа шифрования к атакам на основе известных сообщений
Figure 00000036
и М. При этом криптограмма С расшифровывается по секретному ключу в сообщение М, а по вспомогательному секретному ключу - в сообщение
Figure 00000037
. Вспомогательным секретным ключом в данном частном варианте заявленного способа является совокупность подключей К3 и К4. (Заметим, что понятие вспомогательного секретного ключа не относится к признакам заявленного способа, а относится к рассмотрению стойкости заявленного способа к атакам с принуждением.)The formation of the right side of the equations by the formulas
Figure 00000034
and
Figure 00000035
provides resistance of the claimed encryption method to attacks based on known messages
Figure 00000036
and M. In this case, the cryptogram C is decrypted by the secret key into the message M, and by the auxiliary secret key into the message
Figure 00000037
. Auxiliary secret key in this particular embodiment of the claimed method is a combination of subkeys K 3 and K 4 . (Note that the concept of an auxiliary secret key does not apply to the features of the claimed method, but refers to the consideration of the resistance of the claimed method to forced attacks.)

Новым также является то, что секретный ключ формируют в виде набора подключей K1, K2, K3, K4, генерируют вспомогательные МДЧ р,

Figure 00000038
,
Figure 00000039
,
Figure 00000040
,
Figure 00000041
,
Figure 00000042
,
Figure 00000043
,
Figure 00000044
,
Figure 00000045
,
Figure 00000046
,
Figure 00000047
, генерируют вспомогательное МДЧ R2 путем формирования дополнительного сообщения
Figure 00000048
, представленного в виде МДЧ, и генерации R2 по формуле
Figure 00000049
, генерируют случайное вспомогательное МДЧ R3<p и формируют криптограмму в виде набора МДЧ С1, С2, С3, который удовлетворяет системе уравнений
Figure 00000050
,
Figure 00000051
,
Figure 00000052
.New is also that the secret key is formed in the form of a set of subkeys K 1 , K 2 , K 3 , K 4 , generate auxiliary MDC p,
Figure 00000038
,
Figure 00000039
,
Figure 00000040
,
Figure 00000041
,
Figure 00000042
,
Figure 00000043
,
Figure 00000044
,
Figure 00000045
,
Figure 00000046
,
Figure 00000047
generate auxiliary MDC R 2 by forming an additional message
Figure 00000048
represented in the form of MDC, and the generation of R 2 according to the formula
Figure 00000049
generate a random auxiliary MDC R 3 <p and form a cryptogram in the form of a set of MDC C 1 , C 2 , C 3 that satisfies the system of equations
Figure 00000050
,
Figure 00000051
,
Figure 00000052
.

Использование в качестве правой части одного из сравнений случайного МДЧ обеспечивает возможность выполнения вероятностного шифрования с помощью заявленного способа, при котором многократное зашифрование одной и той же пары сообщений

Figure 00000053
и М на одном и том же секретном ключе обеспечивает формирование различающихся криптограмм. При этом любая из сформированных криптограмм, представляющих собой набор МДЧ С1, С2, …, Сd расшифровывается по секретному ключу в сообщение М, а по вспомогательному секретному ключу - в сообщение
Figure 00000054
. Вспомогательным секретным ключом в данном частном варианте заявленного способа является совокупность подключей K3 и K4.Using as a right part of one of the comparisons a random MDC provides the possibility of performing probabilistic encryption using the claimed method, in which multiple encryption of the same pair of messages
Figure 00000053
and M on the same secret key ensures the formation of different cryptograms. Moreover, any of the generated cryptograms, which is a set of MDC C 1 , C 2 , ..., C d is decrypted by the secret key into message M, and by the auxiliary secret key into the message
Figure 00000054
. Auxiliary secret key in this particular embodiment of the claimed method is a combination of subkeys K 3 and K 4 .

Благодаря указанной новой совокупности существенных признаков за счет возможности совместного шифрования, по крайней мере, двух осмысленных сообщений обеспечивается стойкость к атакам с принуждением, т.е. возможность расшифрования отдельных сообщений путем использования в процедуре расшифрования различных наборов подключей, составляющих секретный ключ.Thanks to this new set of essential features, due to the possibility of joint encryption of at least two meaningful messages, resistance to coercive attacks is ensured, i.e. the ability to decrypt individual messages by using different sets of subkeys that make up the private key in the decryption procedure.

Проведенный анализ уровня техники позволил установить, что в известных источниках информации аналоги, характеризующиеся совокупностью признаков, тождественных всем признакам заявленного технического решения, отсутствуют, что указывает на соответствие заявленного изобретения условию патентоспособности «новизна». Результаты поиска известных решений в данной и смежных областях техники с целью выявления признаков, совпадающих с отличительными от прототипа признаками заявленного объекта, показали, что они не следуют явным образом из уровня техники. Из уровня техники также не выявлена известность влияния существенных признаков заявленного изобретения на достижение указанного технического результата. Следовательно, заявленное изобретение соответствует условию патентоспособности «изобретательский уровень».The analysis of the prior art made it possible to establish that there are no analogues in known sources of information characterized by a combination of features identical to all the features of the claimed technical solution, which indicates the compliance of the claimed invention with the condition of patentability “novelty”. Search results for known solutions in this and related fields of technology in order to identify features that match the distinctive features of the claimed object from the prototype showed that they do not follow explicitly from the prior art. The prior art also did not reveal the popularity of the influence of the essential features of the claimed invention to achieve the specified technical result. Therefore, the claimed invention meets the condition of patentability "inventive step".

Возможность реализации заявленного способа и корректность его работы объясняется тем, что система из u линейных уравнений, заданная над любым полем, с d неизвестными, где d≥u, имеет по крайней мере одно решение. То есть при простом вспомогательном МДЧ p и любых значениях вспомогательных МДЧ

Figure 00000055
,
Figure 00000056
, …,
Figure 00000057
,
Figure 00000058
,
Figure 00000059
, …,
Figure 00000060
, …,
Figure 00000061
,
Figure 00000062
, …,
Figure 00000063
, R1, R2, …, Ru криптограмма C=(C1, C2, …, Cd), представляющая собой упорядоченный набор МДЧ C1, С2, …, Cd, может быть сформирована. При d=u существует единственное значение формируемой криптограммы. При d>u имеет место случай вероятностного шифрования и существует большое число различных криптограмм, расшифрование каждой из которых с использованием секретного ключа приведет к получению сообщения М. Для получения конкретного значения криптограммы в случае вероятностного шифрования формирование криптограммы осуществляется путем генерации d-u линейных уравнений со случайными коэффициентами и случайной правой частью, добавления сгенерированных линейных уравнений к имеющейся системе из u линейных уравнений и решения полученной расширенной системы линейных уравнений. Значение сформированной криптограммы представляет собой решение указанной расширенной системы уравнений. Процедура формирования криптограммы (С1, С2, …, Cd) состоит в выполнении некоторой последовательности операций, обеспечивающих нахождение решения указанной системы уравнений. Существуют различные способы решения систем линейных уравнений, каждый из которых определяет конкретный вариант выполнения процедуры формирования криптограммы.The possibility of implementing the claimed method and the correctness of its operation is explained by the fact that a system of u linear equations defined over any field with d unknowns, where d≥u, has at least one solution. That is, with a simple auxiliary MDC p and any values of auxiliary MDC
Figure 00000055
,
Figure 00000056
, ...,
Figure 00000057
,
Figure 00000058
,
Figure 00000059
, ...,
Figure 00000060
, ...,
Figure 00000061
,
Figure 00000062
, ...,
Figure 00000063
, R 1 , R 2 , ..., R u the cryptogram C = (C 1 , C 2 , ..., C d ), which is an ordered set of MDC C 1 , C 2 , ..., C d , can be formed. For d = u, there is a single value of the generated cryptogram. For d> u, there is a case of probabilistic encryption and there are a large number of different cryptograms, decryption of each of them using a secret key will lead to the receipt of message M. To obtain a specific value of the cryptogram in the case of probabilistic encryption, the cryptogram is generated by generating du linear equations with random coefficients and the random right-hand side, adding the generated linear equations to the existing system of u linear equations and solving the resulting expansion rennoy system of linear equations. The value of the generated cryptogram is a solution to the specified extended system of equations. The procedure for generating a cryptogram (C 1 , C 2 , ..., C d ) consists in performing a certain sequence of operations providing a solution to the indicated system of equations. There are various ways to solve systems of linear equations, each of which determines a specific embodiment of the cryptogram formation procedure.

Формирование МДЧ R1, R2, …, Ru может быть выполнено различными способами, выбор которых определяется конкретным применением заявленного способа. В частности, для реализации вероятностного шифрования одно из этих МДЧ, например R1, формируется в зависимости от сообщения М и от подключа К1 по формуле R1=МK1modp1, а МДЧ R2, R3, …, Ru формируются в виде случайных МДЧ. Каждое из сформированных МДЧ R2, R3, …, Ru влияет на значение криптограммы (C1, C2, …, Cd), однако из всех возможных вариантов значения (C1, С2, …, Сd) при расшифровании криптограммы по формулеThe formation of MDC R 1 , R 2 , ..., R u can be performed in various ways, the choice of which is determined by the specific application of the claimed method. In particular, to implement probabilistic encryption, one of these MDCs, for example, R 1 , is formed depending on the message M and on the subkey K 1 according to the formula R 1 = MK 1 modp 1 , and MDC R 2 , R 3 , ..., R u are formed in the form of random FDM. Each of the generated MDCs R 2 , R 3 , ..., R u affects the value of the cryptogram (C 1 , C 2 , ..., C d ), however, out of all possible options, the values (C 1 , C 2 , ..., C d ) at decrypt cryptograms according to the formula

Figure 00000064
Figure 00000064

будет восстановлено сообщение М. При необходимости обеспечить стойкость к атакам на основе известных или специально подобранных текстов формируются подключ К1 и МДЧp, имеющие разрядность не менее 256 бит, а МДЧ R1 формируется по формуле R1=MeK1modp1, где е - МДЧ, используемое в качестве дополнительного подключа и являющееся взаимно простым с МДЧр-1. В последнем случае расшифрование криптограммы (C1, C2, …, Cd) выполняется по формулеmessage M will be restored. If necessary, to provide resistance to attacks on the basis of known or specially selected texts, subkey K 1 and MDCp are formed, having a capacity of at least 256 bits, and MDC R 1 is formed by the formula R 1 = M e K 1 modp 1 , where e - MDC, used as an additional subkey and is mutually simple with MDC-1. In the latter case, the decryption of the cryptogram (C 1 , C 2 , ..., C d ) is performed according to the formula

Figure 00000065
Figure 00000065

где h=е-1mod р-1.where h = e -1 mod p-1.

Для обеспечения стойкости к атакам с принуждением заявленный способ используется, например, следующим образом. Секретный ключ формируют в виде набора подключей K1, K2, K3, K4, таких, что значения подключей K1 и K3, являются взаимно простыми с МДЧ р-1. Генерируют дополнительное осмысленное сообщение

Figure 00000066
, генерируют вспомогательные МДЧ
Figure 00000067
и
Figure 00000068
.To ensure resistance to attacks with coercion, the claimed method is used, for example, as follows. The secret key is formed in the form of a set of subkeys K 1 , K 2 , K 3 , K 4 , such that the values of the subkeys K 1 and K 3 are coprime with the MDC p-1. Generate additional meaningful message
Figure 00000066
generate auxiliary MDC
Figure 00000067
and
Figure 00000068
.

В случае реализации атаки с принуждением атакующему предоставляется вспомогательный секретный ключ в виде подключей K3, K4. Расшифрование криптограммы (C1, C2, …, Сd) no вспомогательному секретному ключу, выполненное по формулеIn the case of an attack with coercion, the attacker is provided with an auxiliary secret key in the form of subkeys K 3 , K 4 . Decryption of the cryptogram (C 1 , C 2 , ..., C d ) no auxiliary secret key, performed according to the formula

Figure 00000069
Figure 00000069

даст атакующему значение дополнительного осмысленного сообщения

Figure 00000070
. Владелец секретного ключа расшифровывает криптограмму по такой же формуле, но с использованием K1 и K2, что приводит к восстановлению секретного сообщения:will give the attacker the value of an additional meaningful message
Figure 00000070
. The owner of the secret key decrypts the cryptogram using the same formula, but using K 1 and K2, which leads to the restoration of the secret message:

Figure 00000071
Figure 00000071

Таким образом, одна и та же процедура расшифрования криптограммы (C1, C2, …, Cd) приводит к получению двух различных осмысленных сообщений, в зависимости от используемых параметров, входящих в формулу расшифрования криптограммы (C1, C2, …, Сd). При этом без наличия всех элементов секретного ключа доказательство того, что кроме осмысленного сообщения

Figure 00000072
из криптограммы может быть восстановлено другое осмысленное сообщение, является вычислительно невыполнимым.Thus, the same procedure for decrypting a cryptogram (C 1 , C 2 , ..., C d ) leads to two different meaningful messages, depending on the parameters used, which are included in the decryption formula of the cryptogram (C 1 , C 2 , ..., C d ). In this case, without the presence of all elements of the secret key, proof that, in addition to a meaningful message
Figure 00000072
another meaningful message can be restored from the cryptogram; it is computationally impossible.

Рассмотрим конкретные примеры реализации заявленного способа шифрования сообщения М, представленного в виде МДЧ.Consider specific examples of the implementation of the claimed method of encrypting message M, presented in the form of MDC.

Пример 1. Шифрование сообщения, представленного в виде МДЧ М, осуществляют путем формирования секретного ключа в виде набора подключей K1, K2, K3, K4, генерации вспомогательного простого МДЧ p>М, генерации вспомогательного МДЧ R1 по формуле

Figure 00000073
, генерации вспомогательного МДЧ R2 путем формирования дополнительного осмысленного сообщения
Figure 00000074
, и генерации R2 по формуле
Figure 00000075
, и формирования криптограммы в виде набора МДЧ (C1, C2), который является решением системы уравнений, включающей следующие два уравнения
Figure 00000076
и
Figure 00000077
, которую можно записать в видеExample 1. The encryption of the message presented in the form of MDC M, is carried out by generating a secret key in the form of a set of subkeys K 1 , K 2 , K 3 , K 4 , generating an auxiliary simple MDC p> M, generating an auxiliary MDC R 1 according to the formula
Figure 00000073
generating auxiliary MDC R 2 by forming an additional meaningful message
Figure 00000074
, and generating R 2 according to the formula
Figure 00000075
, and forming a cryptogram in the form of a set of MDC (C 1 , C 2 ), which is a solution to a system of equations that includes the following two equations
Figure 00000076
and
Figure 00000077
which can be written as

Figure 00000078
Figure 00000078

В соответствии методом решения систем линейных уравнений, известным как метод определителей [Курош А.Г. Курс высшей алгебры. - М.: Наука, 1971. - 431 с.], решение вычисляется по следующим формулам:In accordance with the method of solving systems of linear equations, known as the method of determinants [Kurosh A.G. Course of higher algebra. - M .: Nauka, 1971. - 431 p.], The solution is calculated by the following formulas:

Figure 00000079
Figure 00000079

Figure 00000080
Figure 00000080

Различные способы реализации вычислений по этой формуле задают различные возможные варианты реализации процедуры формирования криптограммы.Different ways of implementing calculations using this formula specify various possible options for implementing the cryptogram formation procedure.

Пример 2. Вероятностное шифрование сообщения, представленного в виде МДЧ М, осуществляют путем формирования секретного ключа в виде набора подключей K1, K2, K3, K4, генерации простого МДЧр>М, генерации вспомогательных МДЧ

Figure 00000081
Figure 00000082
Figure 00000083
Figure 00000084
Figure 00000085
Figure 00000086
Figure 00000087
Figure 00000088
Figure 00000089
Figure 00000090
генерации случайного вспомогательного МДЧ R2 путем формирования дополнительного осмысленного сообщения
Figure 00000091
и генерации R2 по формуле
Figure 00000092
генерации случайного вспомогательного МДЧ R3<p и формирования криптограммы в виде набора МДЧ (C1, C2, С3), который является решением системы уравнений, включающей следующие три уравнения
Figure 00000093
Figure 00000094
Figure 00000095
которую можно записать в видеExample 2. Probabilistic encryption of a message presented in the form of MDC M, is carried out by forming a secret key in the form of a set of subkeys K 1 , K 2 , K 3 , K 4 , generating a simple FDM> M, generating auxiliary MDC
Figure 00000081
Figure 00000082
Figure 00000083
Figure 00000084
Figure 00000085
Figure 00000086
Figure 00000087
Figure 00000088
Figure 00000089
Figure 00000090
generating random auxiliary MDC R 2 by forming an additional meaningful message
Figure 00000091
and generating R 2 according to the formula
Figure 00000092
generating a random auxiliary MDC R 3 <p and generating a cryptogram in the form of a set of MDC (C 1 , C 2 , C 3 ), which is a solution to a system of equations including the following three equations
Figure 00000093
Figure 00000094
Figure 00000095
which can be written as

Figure 00000096
Figure 00000096

Процедура формирования криптограммы (C1, C2, С3) включает выполнение последовательности операций, приводящих к получению решения последней системы уравнений. Конкретный вариант процедуры формирования криптограммы зависит от используемого метода решения этой системы уравнений, например, при использовании метода определителей формирование криптограммы включает следующую последовательность действий:The procedure for generating a cryptogram (C 1 , C 2 , C 3 ) involves performing a sequence of operations leading to the solution of the last system of equations. The specific version of the cryptogram formation procedure depends on the method used to solve this system of equations, for example, when using the determinant method, cryptogram formation includes the following sequence of actions:

1. Вычислить главный определитель системы уравнений:1. Calculate the main determinant of the system of equations:

Figure 00000097
Figure 00000097

2. Вычислить определитель, получаемый путем замены первого столбца главного определителя столбцом свободных членов:2. Calculate the determinant obtained by replacing the first column of the main determinant with a column of free members:

Figure 00000098
Figure 00000098

3. Вычислить определитель, получаемый путем замены второго столбца главного определителя столбцом свободных членов:3. Calculate the determinant obtained by replacing the second column of the main determinant with a column of free members:

Figure 00000099
Figure 00000099

4. Вычислить определитель, получаемый путем замены третьего столбца главного определителя столбцом свободных членов:4. Calculate the determinant obtained by replacing the third column of the main determinant with a column of free members:

Figure 00000100
Figure 00000100

5. Вычислить значения С1, С2, С3 по следующим формулам:5. Calculate the values of C 1 , C 2 , C 3 according to the following formulas:

Figure 00000101
Figure 00000102
Figure 00000103
Figure 00000101
Figure 00000102
Figure 00000103

Формирование криптограммы может также быть осуществлено в виде процедуры решения рассматриваемой системы уравнений методом исключения переменных.The formation of a cryptogram can also be carried out in the form of a procedure for solving the considered system of equations by the method of eliminating variables.

Приведенные примеры показывают, что заявляемый способ шифрования сообщения М, представленного в виде МДЧ, функционирует корректно, технически реализуем и позволяет решить поставленную задачу.The above examples show that the claimed method of encrypting the message M, presented in the form of MDC, functions correctly, is technically feasible and allows us to solve the problem.

Заявляемый способ шифрования сообщения М, представленного в виде МДЧ, может быть применен для разработки средств защиты информации от несанкционированного доступа и средств защищенной широковещательной рассылки сообщений с селективным доступом к сообщениям со стороны получателей при обеспечении идентичности процедуры расшифрования одной и той же криптограммы. Такие средства защищенной широковещательной рассылки сообщений решают задачу неотслеживаемости трафика при передаче информации по телекоммуникационным каналам.The inventive method of encrypting message M, presented in the form of MDC, can be used to develop means of protecting information from unauthorized access and means of secure broadcasting of messages with selective access to messages from recipients while ensuring the identity of the decryption process of the same cryptogram. Such means of secure broadcast messaging solve the problem of traffic non-tracking when transmitting information over telecommunication channels.

Приложениеapplication

Толкование терминов, используемых в описании заявкиInterpretation of the terms used in the description of the application

1. Двоичный цифровой электромагнитный сигнал - последовательность битов в виде нулей и единиц.1. Binary digital electromagnetic signal - a sequence of bits in the form of zeros and ones.

2. Параметры двоичного цифрового электромагнитного сигнала: разрядность и порядок следования единичных и нулевых битов.2. Parameters of a binary digital electromagnetic signal: bit depth and order of single and zero bits.

3. Разрядность двоичного цифрового электромагнитного сигнала - общее число его единичных и нулевых битов, например число 10011 является 5-разрядным.3. The bit depth of a binary digital electromagnetic signal is the total number of its single and zero bits, for example, the number 10011 is 5-bit.

4. Многоразрядное двоичное число (МДЧ) - двоичный цифровой электромагнитный сигнал, интерпретируемый как двоичное число и представляемый в виде последовательности цифр «0» и «1».4. A multi-bit binary number (MDC) is a binary digital electromagnetic signal, interpreted as a binary number and represented as a sequence of digits “0” and “1”.

5. Простое МДЧ - МДЧ, которое не делится нацело ни на какое другое число, кроме единицы и самого себя.5. Simple MDC - MDC, which is not completely divisible by any other number, except for one and itself.

6. Взаимно простые МДЧ - МДЧ, наибольший общий делитель которых равен единице.6. Mutually simple MDC - MDC, the largest common factor of which is equal to one.

7. Секретный ключ - двоичный цифровой электромагнитный сигнал, используемый для выполнения криптографических процедур шифрования сообщения и расшифрования криптограммы.7. Secret key - a binary digital electromagnetic signal used to perform cryptographic procedures for encrypting a message and decrypting a cryptogram.

8. Криптограмма - двоичный цифровой электромагнитный сигнал, представленный в виде МДЧ, полученного в результате шифрования сообщения, представленного в виде МДЧ. Криптограмма представляется, например, в двоичном виде как последовательность цифр «0» и «1».8. A cryptogram is a binary digital electromagnetic signal presented in the form of MDC obtained as a result of encrypting a message presented in the form of MDC. A cryptogram is presented, for example, in binary form as a sequence of digits “0” and “1”.

9. Вероятностное шифрование - процедура шифрования сообщения, представленного в виде МДЧ, в которой используются случайные МДЧ. В результате чего при заданном шифруемом сообщении, заданном секретном ключе и заданном алгоритме вероятностного шифрования значение криптограммы недетерминировано, однако расшифрование любой возможной криптограммы по правильному секретному ключу приводит к восстановлению одного и того же исходного сообщения.9. Probabilistic encryption - the procedure for encrypting a message presented in the form of MDC, which uses random MDC. As a result, for a given encrypted message, a given secret key and a given probabilistic encryption algorithm, the value of the cryptogram is non-deterministic, however, decryption of any possible cryptogram with the correct secret key leads to the restoration of the same original message.

10. Расшифрование - процедура преобразования криптограммы по секретному ключу, приводящая к восстановлению зашифрованного сообщения, представленного в виде МДЧ. Для чтения сообщения, представленного в виде МДЧ, оно интерпретируется как последовательность двоичных кодовых слов, которыми закодирован алфавит языка, на котором написано сообщение.10. Decryption - a procedure for converting a cryptogram by a secret key, leading to the restoration of an encrypted message, presented in the form of MDC. To read a message presented in the form of MDC, it is interpreted as a sequence of binary codewords that encoded the alphabet of the language in which the message is written.

11. Осмысленное сообщение - сообщение, представленное в виде МДЧ, интерпретация которого последовательностью двоичных кодовых слов, которыми закодирован алфавит языка, на котором написано сообщение, приводит к получению текста, содержащего слова некоторого известного языка.11. Meaningful message - a message presented in the form of MDC, the interpretation of which is a sequence of binary code words that encoded the alphabet of the language in which the message is written, leads to the receipt of text containing the words of some well-known language.

12. Операция возведения числа S в дискретную степень А по модулю n - это операция, выполняемая над конечным множеством натуральных чисел {0, 1, 2, …, n-1}, включающем n чисел, являющихся остатками от деления всевозможных целых чисел на число n; результат выполнения операций сложения, вычитания и умножения по модулю n представляет собой число из этого же множества [Виноградов И.М. Основы теории чисел. - М.: Наука, 1972. - 167 с.]; операция возведения числа S в дискретную степень Z по модулю n определяется как Z-кратное последовательное умножение по модулю n числа S на себя, т.е. в результате этой операции также получается число W, которое меньше или равно числу n-1; даже для очень больших чисел S, Z и n существуют эффективные алгоритмы выполнения операции возведения в дискретную степень по модулю [см. Молдовян А.А., Молдовян Н.А., Гуц Н.Д., Изотов Б.В. Криптография: скоростные шифры. - СПб, БХВ-Петербург, 2002. - с.58-61 или Б.Шнайер. Прикладная криптография. - М.: «Триумф», 2002. - с.278-280] и электронные устройства осуществляющие эту операцию с большой скоростью [У.Диффи. Первые десять лет криптографии с открытым ключом // ТИИЭР. 1988, т.76. №5, с.67-68]; выполнение операции возведения числа S в дискретную степень Z по модулю n обозначается как W=Sz modn, где W - число являющееся результатом выполнения данной операции.12. The operation of raising a number S to a discrete power A modulo n is an operation performed on a finite set of natural numbers {0, 1, 2, ..., n-1}, including n numbers that are the remainders of dividing all kinds of integers by a number n; the result of the operations of addition, subtraction and multiplication modulo n is a number from the same set [Vinogradov IM Fundamentals of number theory. - M .: Nauka, 1972. - 167 p.]; the operation of raising a number S to a discrete power Z modulo n is defined as a Z-fold sequential multiplication modulo n of the number S by itself, i.e. as a result of this operation, the number W is also obtained that is less than or equal to the number n-1; even for very large numbers S, Z and n, there are effective algorithms for performing the operation of raising to a discrete power modulo [see Moldovyan A.A., Moldovyan N.A., Guts N.D., Izotov B.V. Cryptography: high-speed ciphers. - SPb, BHV-Petersburg, 2002. - p. 58-61 or B. Schneier. Applied cryptography. - M .: "Triumph", 2002. - p.278-280] and electronic devices performing this operation at high speed [W. Diffie. The first ten years of public-key cryptography // TIIER. 1988, vol. 76. No. 5, p. 67-68]; the operation of raising the number S to a discrete power of Z modulo n is denoted as W = S z modn, where W is the number resulting from the operation.

13. Функция Эйлера от натурального числа n - это число чисел, являющихся взаимно простыми с n и не превосходящими n [Виноградов И.М. Основы теории чисел. - М.: Наука, 1972. - 167 с.; Бухштаб А.А. Теория чисел. - М.: Просвещение, 1966. - 384 с].13. The Euler function of a natural number n is the number of numbers that are coprime with n and not exceeding n [Vinogradov IM Fundamentals of number theory. - M .: Nauka, 1972. - 167 p .; Buchstab A.A. Number theory - M .: Education, 1966. - 384 s].

14. Показатель q по модулю n числа α, являющегося взаимно простым с n - это минимальное из чисел γ, для которых выполняется условие αγmod n=1, т.е. q=min{γ1, γ2, …} [Виноградов И.М. Основы теории чисел. - М.: Наука, 1972. - 167 с.].14. The exponent q modulo n of the number α, which is coprime with n, is the minimum of the numbers γ for which the condition α γ mod n = 1 holds, that is q = min {γ 1 , γ 2 , ...} [I. Vinogradov Fundamentals of number theory. - M .: Nauka, 1972. - 167 p.].

15. Обратный элемент по модулю n к числу α, являющемуся взаимно простым с n, есть натуральное число, обозначаемое как α-1, для которого выполняется условие α-1α=1; для любого числа, являющегося взаимно простым с модулем, существует элемент, обратный этому числу. Известны эффективные алгоритмы вычисления обратных элементов [Романец Ю.В., Тимофеев П.А., Шаньгин В.Ф. Защита информации в компьютерных системах и сетях. - М.: Радио и связь. - С.308-310].15. The inverse element modulo n to the number α, which is coprime with n, is a natural number, denoted as α -1 , for which the condition α -1 α = 1; for any number that is coprime with the module, there is an element inverse to this number. Effective algorithms for computing inverse elements are known [Romanets Yu.V., Timofeev P.A., Shangin V.F. Information security in computer systems and networks. - M .: Radio and communication. - S.308-310].

16. Сравнение - выражение, состоящее из правой и левой частей, такое, что значение левой части сравнимо со значением правой части по заданному модулю n [Бухштаб А.А. Теория чисел. - М.: Просвещение, 1966. - 384 с.].16. Comparison - an expression consisting of the right and left parts, such that the value of the left side is comparable to the value of the right side for a given module n [A. Bukhstab. Number theory - M .: Education, 1966. - 384 p.].

17. Сравнимость двух заданных значений по модулю некоторого числа m - это равенство остатков от деления заданных значений на m. n [Бухштаб А.А. Теория чисел. - М.: Просвещение, 1966. - 384 с.].17. The comparability of two given values modulo a certain number m is the equality of the residuals from the division of the given values by m. n [Bukhstab A.A. Number theory - M .: Education, 1966. - 384 p.].

18. Конечное поле - алгебраическая структура, содержащая конечное число элементов, над которым определены операции сложения и умножения, содержащая единицу (нейтральный элемент по умножению) и нуль (нейтральный элемент по сложению). Например, множество МДЧ {0, 1, …, р-1} с операциями сложения и умножения по модулю простого числа p является полем.18. The final field is an algebraic structure containing a finite number of elements, over which the operations of addition and multiplication are defined, containing one (neutral element for multiplication) and zero (neutral element for addition). For example, the set of MDC {0, 1, ..., p-1} with the operations of addition and multiplication modulo a prime p is a field.

Claims (3)

1. Способ шифрования сообщения М, представленного в виде многоразрядного двоичного числа, заключающийся в формировании секретного ключа и формировании криптограммы, зависящей от сообщения М и от секретного ключа, отличающийся тем, что секретный ключ формируют в виде набора подключей K1, K2,…, Kh, где h≥1, генерируют вспомогательные многоразрядные двоичные числа р,
Figure 00000104
Figure 00000105
…,
Figure 00000106
Figure 00000107
Figure 00000108
…,
Figure 00000109
…,
Figure 00000110
Figure 00000111
…,
Figure 00000112
R1, R2, …, Ru, где 1<d и 1≤u≤d, и формируют криптограмму в виде набора многоразрядных двоичных чисел C1, C2,…, Сd, который удовлетворяет системе уравнений
Figure 00000113
Figure 00000114
…,
Figure 00000115
где, по крайней мере, одно из многоразрядных двоичных чисел R1, R2,…, Ru зависит от сообщения М и, по крайней мере, одно из многоразрядных двоичных чисел
Figure 00000116
Figure 00000117
…,
Figure 00000118
Figure 00000119
Figure 00000120
…,
Figure 00000121
…,
Figure 00000122
Figure 00000123
…,
Figure 00000124
зависит от одного из подключей K1, K2,…, Kh.
1. The method of encrypting message M, presented in the form of a multi-bit binary number, which consists in generating a secret key and generating a cryptogram depending on the message M and the secret key, characterized in that the secret key is formed as a set of subkeys K 1 , K 2 , ... , K h , where h≥1, generate auxiliary multi-bit binary numbers p,
Figure 00000104
Figure 00000105
...
Figure 00000106
Figure 00000107
Figure 00000108
...
Figure 00000109
...
Figure 00000110
Figure 00000111
...
Figure 00000112
R 1 , R 2 , ..., R u , where 1 <d and 1≤u≤d, and form a cryptogram in the form of a set of multi-bit binary numbers C 1 , C 2 , ..., C d , which satisfies the system of equations
Figure 00000113
Figure 00000114
...
Figure 00000115
where at least one of the multi-bit binary numbers R 1 , R 2 , ..., R u depends on the message M and at least one of the multi-bit binary numbers
Figure 00000116
Figure 00000117
...
Figure 00000118
Figure 00000119
Figure 00000120
...
Figure 00000121
...
Figure 00000122
Figure 00000123
...
Figure 00000124
depends on one of the subkeys K 1 , K 2 , ..., K h .
2. Способ по п.1, отличающийся тем, что секретный ключ формируют в виде набора подключей K1, K2, K3, K4, генерируют вспомогательные многоразрядные двоичные числа р,
Figure 00000125
Figure 00000126
Figure 00000127
Figure 00000128
Figure 00000129
генерируют вспомогательное многоразрядное двоичное число R2 путем формирования дополнительного сообщения
Figure 00000130
, представленного в виде многоразрядного двоичного числа, и генерации R2 по формуле
Figure 00000131
и формируют криптограмму в виде набора многоразрядных двоичных чисел C1, C2, который удовлетворяет системе уравнений
Figure 00000132
Figure 00000133
2. The method according to claim 1, characterized in that the secret key is formed in the form of a set of subkeys K 1 , K 2 , K 3 , K 4 , generate auxiliary multi-bit binary numbers p,
Figure 00000125
Figure 00000126
Figure 00000127
Figure 00000128
Figure 00000129
generate an auxiliary multi-bit binary number R 2 by forming an additional message
Figure 00000130
represented as a multi-bit binary number, and generating R 2 by the formula
Figure 00000131
and form a cryptogram in the form of a set of multi-bit binary numbers C 1 , C 2 , which satisfies the system of equations
Figure 00000132
Figure 00000133
3. Способ по п.1, отличающийся тем, что секретный ключ формируют в виде набора подключей K1, K2, K3, K4, генерируют вспомогательные многоразрядные двоичные числа p,
Figure 00000134
Figure 00000135
Figure 00000136
Figure 00000137
Figure 00000138
Figure 00000139
Figure 00000140
Figure 00000141
Figure 00000142
Figure 00000143
генерируют вспомогательное многоразрядное двоичное число R2 путем формирования дополнительного сообщения
Figure 00000144
представленного в виде многоразрядного двоичного числа, и генерации R2 по формуле
Figure 00000145
генерируют случайное вспомогательное многоразрядное двоичное число R3<р и формируют криптограмму в виде набора многоразрядных двоичных чисел C1, C2, С3, который удовлетворяет системе уравнений
Figure 00000146
Figure 00000147
Figure 00000148
3. The method according to claim 1, characterized in that the secret key is formed in the form of a set of subkeys K 1 , K 2 , K 3 , K 4 , generate auxiliary multi-bit binary numbers p,
Figure 00000134
Figure 00000135
Figure 00000136
Figure 00000137
Figure 00000138
Figure 00000139
Figure 00000140
Figure 00000141
Figure 00000142
Figure 00000143
generate an auxiliary multi-bit binary number R 2 by forming an additional message
Figure 00000144
represented as a multi-bit binary number, and generating R 2 by the formula
Figure 00000145
generate a random auxiliary multi-bit binary number R 3 <p and form a cryptogram in the form of a set of multi-bit binary numbers C 1 , C 2 , C 3 that satisfies the system of equations
Figure 00000146
Figure 00000147
Figure 00000148
RU2011134131/08A 2011-08-12 2011-08-12 Method for coding of m message represented as multidigit binary number RU2459276C1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
RU2011134131/08A RU2459276C1 (en) 2011-08-12 2011-08-12 Method for coding of m message represented as multidigit binary number

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
RU2011134131/08A RU2459276C1 (en) 2011-08-12 2011-08-12 Method for coding of m message represented as multidigit binary number

Publications (1)

Publication Number Publication Date
RU2459276C1 true RU2459276C1 (en) 2012-08-20

Family

ID=46936800

Family Applications (1)

Application Number Title Priority Date Filing Date
RU2011134131/08A RU2459276C1 (en) 2011-08-12 2011-08-12 Method for coding of m message represented as multidigit binary number

Country Status (1)

Country Link
RU (1) RU2459276C1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2518950C1 (en) * 2013-05-06 2014-06-10 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" METHOD OF ENCRYPTING n-BIT UNIT M
RU2542880C1 (en) * 2014-03-31 2015-02-27 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет"ЛЭТИ" им. В.И. Ульянова (Ленина)" Method of encrypting binary data unit
RU2542929C1 (en) * 2014-04-14 2015-02-27 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" Method to code data unit represented as bit string
RU2542926C1 (en) * 2014-04-14 2015-02-27 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" Method to code message represented as multidigit binary number
RU2580060C1 (en) * 2015-05-20 2016-04-10 Федеральное государственное автономное образовательное учреждение высшего образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульнова (Ленина)" Method to encrypt messages, represented as a multi-bit binary number
RU2701128C1 (en) * 2018-10-26 2019-09-24 Закрытое акционерное общество Научно-технический центр "Модуль" Binary information encryption method
RU2734324C1 (en) * 2019-12-02 2020-10-15 Федеральное государственное автономное образовательное учреждение высшего образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" Method of forming common secret key of two remote telecommunication system users

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4424414A (en) * 1978-05-01 1984-01-03 Board Of Trustees Of The Leland Stanford Junior University Exponentiation cryptographic apparatus and method
RU2277759C2 (en) * 2004-04-07 2006-06-10 Государственный научно-исследовательский испытательный институт проблем технической защиты информации Государственной технической комиссии при Президенте Российской Федерации Method for generation of encoding-decoding key
GB2459735A (en) * 2008-05-06 2009-11-11 Benjiman John Dickson Whitaker Hybrid asymmetric / symmetric encryption scheme which obviates padding
RU2382504C1 (en) * 2008-07-03 2010-02-20 Государственное образовательное учреждение Высшего профессионального образования "Тамбовский государственный технический университет" ГОУ ВПО "ТГТУ" Device for encrypting and decrypting formalised messages with hashing function

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4424414A (en) * 1978-05-01 1984-01-03 Board Of Trustees Of The Leland Stanford Junior University Exponentiation cryptographic apparatus and method
RU2277759C2 (en) * 2004-04-07 2006-06-10 Государственный научно-исследовательский испытательный институт проблем технической защиты информации Государственной технической комиссии при Президенте Российской Федерации Method for generation of encoding-decoding key
GB2459735A (en) * 2008-05-06 2009-11-11 Benjiman John Dickson Whitaker Hybrid asymmetric / symmetric encryption scheme which obviates padding
RU2382504C1 (en) * 2008-07-03 2010-02-20 Государственное образовательное учреждение Высшего профессионального образования "Тамбовский государственный технический университет" ГОУ ВПО "ТГТУ" Device for encrypting and decrypting formalised messages with hashing function

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2518950C1 (en) * 2013-05-06 2014-06-10 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" METHOD OF ENCRYPTING n-BIT UNIT M
RU2518950C9 (en) * 2013-05-06 2014-09-10 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" Method of encrypting n-bit unit m
RU2542880C1 (en) * 2014-03-31 2015-02-27 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет"ЛЭТИ" им. В.И. Ульянова (Ленина)" Method of encrypting binary data unit
RU2542929C1 (en) * 2014-04-14 2015-02-27 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" Method to code data unit represented as bit string
RU2542926C1 (en) * 2014-04-14 2015-02-27 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" Method to code message represented as multidigit binary number
RU2580060C1 (en) * 2015-05-20 2016-04-10 Федеральное государственное автономное образовательное учреждение высшего образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульнова (Ленина)" Method to encrypt messages, represented as a multi-bit binary number
RU2701128C1 (en) * 2018-10-26 2019-09-24 Закрытое акционерное общество Научно-технический центр "Модуль" Binary information encryption method
RU2734324C1 (en) * 2019-12-02 2020-10-15 Федеральное государственное автономное образовательное учреждение высшего образования "Санкт-Петербургский государственный электротехнический университет "ЛЭТИ" им. В.И. Ульянова (Ленина)" Method of forming common secret key of two remote telecommunication system users

Similar Documents

Publication Publication Date Title
RU2459276C1 (en) Method for coding of m message represented as multidigit binary number
KR100561846B1 (en) Weighted Secret Sharing and Restoration Methods
Agrawal et al. Elliptic curve cryptography with hill cipher generation for secure text cryptosystem
RU2459275C1 (en) Method for unit coding of m message represented in binary form
JP4860708B2 (en) Stream cipher method and cipher system
Saleh et al. An analysis and comparison for popular video encryption algorithms
US20040170280A1 (en) Systems, methods and computer program products for encryption and decryption using wavelet transforms
Mihaljević et al. An approach for stream ciphers design based on joint computing over random and secret data
Nosouhi et al. Bit Flipping Key Encapsulation for the Post-Quantum Era
Hooshmand et al. Physical layer encryption scheme using finite‐length polar codes
Aiswarya et al. Binary RSA encryption algorithm
EP2377265A1 (en) System and method for countering side-channel attacks against encryption based on cyclic groups
CA2742530C (en) Masking the output of random number generators in key generation protocols
JP2004246350A (en) Enciphering device, deciphering device, enciphering system equipped with the same, enciphering method, and deciphering method
Özdemir et al. Development of Cryptography since Shannon
RU2485600C2 (en) Method of encrypting messages presented in form of multibit binary number
WO2018011825A1 (en) Encryption and decryption of messages
RU2518950C1 (en) METHOD OF ENCRYPTING n-BIT UNIT M
Anand et al. Cryptography based on DNA Analysis
RU2542929C1 (en) Method to code data unit represented as bit string
Berezin et al. Stream deniable-encryption computationally indistinguishable from probabilistic ciphering
Gorbenko et al. Code-based hybrid cryptosystem: comparative studies and analysis of efficiency
US11502818B2 (en) System to secure encoding and mapping on elliptic curve cryptography (ECC)
RU2727025C1 (en) Method for asymmetric message encryption based on modified backpack task
RU2542880C1 (en) Method of encrypting binary data unit

Legal Events

Date Code Title Description
MM4A The patent is invalid due to non-payment of fees

Effective date: 20130813