Private key: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
m (CryptoUser moved page Commoninfo:privatekey to Private key)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#seo:
{{#seo:
                     |title= Приватный ключ
                     |title= Private key — Decimal Wiki
                     |titlemode= append  
                     |titlemode= append  
                     |keywords= Приватный ключ
                     |keywords= Private key
                     |description= Приватный ключ
                     |description= Private key
                     }}
                     }}
<div class="mikio-article-content">
'''The private key''' on the [[DecimalChain|Decimal blockchain]] is a special combination of characters that provides access to [[cryptocurrency|cryptocurrencies]] stored on the account. Only a person who knows the key can move and spend [[coin]]s. 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 of the private key ==
The user receives a public wallet address (also known as a public key) and a private key for [[transaction]]s. 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 [[transaction confirmation|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]], [[node]]s 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 [[validator]]s. 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.'''


<div class="mikio-tags">
== See also ==
 
* [[Public key]]
 
 
[[Category:Cryptography]]
</div>
[[Category:Crypto security]]
<span id="privatnyj_kljuch"></span>
[[Category:Blockchain]]
= Приватный ключ =
 
<div class="level1">
 
'''Приватный''' (закрытый) ключ DecimalChain — это особая комбинация символов, которая предоставляет доступ к хранящимся на счёте криптовалютам. Только человек, который знает ключ, может перемещать и тратить монеты. Закрытый ключ является неотъемлемой частью криптовалюты. Благодаря ему владелец криптовалютного кошелька защищён от потерь и несанкционированного доступа к своим средствам.
 
 
</div>
<span id="princip_raboty"></span>
= Принцип работы =
 
<div class="level1">
 
Пользователь получает публичный адрес кошелька (он же публичный ключ) и приватный ключ для транзакций. На публичном адресе владельца криптокошелька находятся полученные им средства, с которого он может отправить их любому другому пользователю.
 
Кошелёк пользователя хранит закрытый ключ. Когда в нём создаётся транзакция, программное обеспечение кошелька делает цифровую подпись, обрабатывая транзакцию с использованием закрытого ключа. Данный алгоритм защищает систему, поскольку единственным способом генерации значения цифровой подписи для любого перевода является использование приватного ключа.
 
Подпись используется для подтверждения транзакции. Иными словами, она гарантирует, что после совершения транзакции она не может быть отменена, а средства получены от конкретного пользователя.
 
 
</div>
<span id="dlja_chego_nuzhen"></span>
= Для чего нужен =
 
<div class="level1">
 
Приватный ключ выполняет две основные функции.
 
'''Первая''' — это надёжное хранение криптовалюты, так как только тот, кто знает закрытый ключ, может проводить операции с этими активами. Вот почему нужно быть предельно внимательным при создании ключа и ни в коем случае не показывать его третьим лицам, а также не хранить в интернете (в идеале — даже на компьютерах, которые подключены к интернету).
 
'''Вторая''' функция — это подпись транзакций. Приватный ключ является цифровой подписью. Как уже было сказано выше, к каждому приватному ключу привязан уникальный публичный ключ или адрес. При отправке транзакции в сеть ноды проверяют соответствие адреса отправителя с его публичным ключом, при этом информация о закрытом ключе остаётся секретной для всех, даже для валидаторов. Как только будет получено необходимое количество подтверждений, транзакцию доставят получателю.
 
 
</div>
<span id="poterja_privatnogo_kljucha"></span>
= Потеря приватного ключа =
 
<div class="level1">
 
Потеря приватного ключа или его компрометация равносильна абсолютной потере доступа к кошельку и средствам, хранящимся на нём. Восстановить или поменять приватный ключ при потере невозможно.
 
 
</div>
<div style="clear:both">
 
 
 
</div>
 
</div>
[[Category:Commoninfo]]

Latest revision as of 19:02, 13 February 2024

The private key on the Decimal blockchain 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 of the private key

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

Pay attention!  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.

See also