Private key: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Created page with "<div class="mikio-article-content"> <div class="mikio-tags"> </div> <span id="privatnyj_kljuch"></span> = Приватный ключ = <div class="level1"> '''Приватный''' (закрытый) ключ DecimalChain — это особая комбинация символов, которая предоставляет доступ к хранящимся на счёте криптовалютам. Только человек, который знает кл...")
 
No edit summary
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#seo:
                    |title= Private key
                    |titlemode= append
                    |keywords= Private key
                    |description= Private key
                    }}
<div class="mikio-article-content">
<div class="mikio-article-content">
 
<div class="mikio-tags">
<div class="mikio-tags">




</div>
</div>
<span id="privatnyj_kljuch"></span>
<span id="privatnyj_kljuch"></span>
= Приватный ключ =
= Private Key =
 
<div class="level1">
<div class="level1">
 
'''Приватный''' (закрытый) ключ DecimalChain — это особая комбинация символов, которая предоставляет доступ к хранящимся на счёте криптовалютам. Только человек, который знает ключ, может перемещать и тратить монеты. Закрытый ключ является неотъемлемой частью криптовалюты. Благодаря ему владелец криптовалютного кошелька защищён от потерь и несанкционированного доступа к своим средствам.
'''The private''' (private) DecimalChain key is a special combination of characters that provides access to cryptocurrencies stored on the account. Only a person who knows the key can move and spend coins. The private key is an integral part of the cryptocurrency. Thanks to him, the owner of a cryptocurrency wallet is protected from losses and unauthorized access to his funds.
 
 
</div>
</div>
<span id="princip_raboty"></span>
<span id="princip_raboty"></span>
= Принцип работы =
= Working principle =
 
<div class="level1">
<div class="level1">
 
Пользователь получает публичный адрес кошелька (он же публичный ключ) и приватный ключ для транзакций. На публичном адресе владельца криптокошелька находятся полученные им средства, с которого он может отправить их любому другому пользователю.
The user receives a public wallet address (also known as a public key) and a private key for transactions. The public address of the owner of the crypto wallet contains the funds received by him, from which he can send them to any other user.
 
Кошелёк пользователя хранит закрытый ключ. Когда в нём создаётся транзакция, программное обеспечение кошелька делает цифровую подпись, обрабатывая транзакцию с использованием закрытого ключа. Данный алгоритм защищает систему, поскольку единственным способом генерации значения цифровой подписи для любого перевода является использование приватного ключа.
The user's wallet stores the private key. When a transaction is created in it, the wallet software makes a digital signature, processing the transaction using the private key. This algorithm protects the system, since the only way to generate a digital signature value for any transfer is to use a private key.
 
Подпись используется для подтверждения транзакции. Иными словами, она гарантирует, что после совершения транзакции она не может быть отменена, а средства получены от конкретного пользователя.
The signature is used to confirm the transaction. In other words, it guarantees that after the transaction is completed, it cannot be canceled, and the funds are received from a specific user.
 
 
</div>
</div>
<span id="dlja_chego_nuzhen"></span>
<span id="dlja_chego_nuzhen"></span>
= Для чего нужен =
= What is needed for =
 
<div class="level1">
<div class="level1">
 
Приватный ключ выполняет две основные функции.
The private key performs two main functions.
 
'''Первая''' — это надёжное хранение криптовалюты, так как только тот, кто знает закрытый ключ, может проводить операции с этими активами. Вот почему нужно быть предельно внимательным при создании ключа и ни в коем случае не показывать его третьим лицам, а также не хранить в интернете (в идеале — даже на компьютерах, которые подключены к интернету).
'''The first''' is the secure storage of cryptocurrencies, since only someone who knows the private key can conduct transactions with these assets. That's why you need to be extremely careful when creating a key and in no case show it to third parties, and also not store it on the Internet (ideally, even on computers that are connected to the Internet).
 
'''Вторая''' функция — это подпись транзакций. Приватный ключ является цифровой подписью. Как уже было сказано выше, к каждому приватному ключу привязан уникальный публичный ключ или адрес. При отправке транзакции в сеть ноды проверяют соответствие адреса отправителя с его публичным ключом, при этом информация о закрытом ключе остаётся секретной для всех, даже для валидаторов. Как только будет получено необходимое количество подтверждений, транзакцию доставят получателю.
'''The second''' function is the transaction signature. The private key is a digital signature. As mentioned above, each private key has a unique public key or address attached to it. When sending a transaction to the network, nodes check the correspondence of the sender's address with its public key, while the information about the private key remains secret for everyone, even for validators. As soon as the required number of confirmations is received, the transaction will be delivered to the recipient.
 
 
</div>
</div>
<span id="poterja_privatnogo_kljucha"></span>
<span id="poterja_privatnogo_kljucha"></span>
= Потеря приватного ключа =
= Loss of private key =
 
<div class="level1">
<div class="level1">
 
Потеря приватного ключа или его компрометация равносильна абсолютной потере доступа к кошельку и средствам, хранящимся на нём. Восстановить или поменять приватный ключ при потере невозможно.
The loss of a private key or its compromise is equivalent to an absolute loss of access to the wallet and the funds stored on it. It is impossible to restore or change the private key if it is lost.
 
 
</div>
</div>
<div style="clear:both">
<div style="clear:both">




</div>
</div>
 
</div>
</div>
  [[Category::Commoninfo]]
  [[Category:Commoninfo]]

Revision as of 09:05, 28 June 2022


Private Key

The private (private) DecimalChain key is a special combination of characters that provides access to cryptocurrencies stored on the account. Only a person who knows the key can move and spend coins. The private key is an integral part of the cryptocurrency. Thanks to him, the owner of a cryptocurrency wallet is protected from losses and unauthorized access to his funds.

Working principle

The user receives a public wallet address (also known as a public key) and a private key for transactions. The public address of the owner of the crypto wallet contains the funds received by him, from which he can send them to any other user.

The user's wallet stores the private key. When a transaction is created in it, the wallet software makes a digital signature, processing the transaction using the private key. This algorithm protects the system, since the only way to generate a digital signature value for any transfer is to use a private key.

The signature is used to confirm the transaction. In other words, it guarantees that after the transaction is completed, it cannot be canceled, and the funds are received from a specific user.

What is needed for

The private key performs two main functions.

The first is the secure storage of cryptocurrencies, since only someone who knows the private key can conduct transactions with these assets. That's why you need to be extremely careful when creating a key and in no case show it to third parties, and also not store it on the Internet (ideally, even on computers that are connected to the Internet).

The second function is the transaction signature. The private key is a digital signature. As mentioned above, each private key has a unique public key or address attached to it. When sending a transaction to the network, nodes check the correspondence of the sender's address with its public key, while the information about the private key remains secret for everyone, even for validators. As soon as the required number of confirmations is received, the transaction will be delivered to the recipient.

Loss of private key

The loss of a private key or its compromise is equivalent to an absolute loss of access to the wallet and the funds stored on it. It is impossible to restore or change the private key if it is lost.