If bitcoin private key is used by others
Publish: 2021-05-02 08:43:46
1. bitcoin is an electronic coin proced by open source P2P software. Digital coin is a kind of network virtual asset. Bitcoin is also paraphrased as "bitcoin.". Bitcoin is based on a set of cipher codes and generated by complex algorithms. This rule is not interfered by any indivial or organization and is decentralized; Anyone can download and run the bitcoin client to participate in the proction of bitcoin; Bitcoin uses electronic signature to realize circulation, and checks repeated consumption through P2P distributed network. The generation and consumption of each bitcoin will be recorded through the P2P distributed network and informed to the whole network. There is no possibility of forgery.
2. This is the order of importance: BTC private key, wallet security password, BTC address
the private key is everything and must not be told to anyone
as long as there is a private key, you can re import the wallet and reset the wallet security password
a BTC account can have many addresses, so the least important one is the address. No matter how unimportant, you can't just tell others.
the private key is everything and must not be told to anyone
as long as there is a private key, you can re import the wallet and reset the wallet security password
a BTC account can have many addresses, so the least important one is the address. No matter how unimportant, you can't just tell others.
3. You can install a computer manager on the computer
and then open the toolbox to see a file decryption function
after using this function, the encrypted computer files can be automatically released
and then open the toolbox to see a file decryption function
after using this function, the encrypted computer files can be automatically released
4. Theoretically, it is possible, but the current human computer technology does not achieve such high performance, therefore, it is almost impossible to use traditional technology to crack. With the development of quantum technology, the current encryption technology is likely to be completely cracked, including bitcoin algorithm, RSA encryption and so on.
5. Truth of bitcoin:
1. Who benefits the most from researching and hyping bitcoin
2. In essence, it's USA's Intel, NVIDIA, amd + ATI
3. Bitcoin requires a huge amount of CPU, GPU, memory, motherboard, power supply, wire and venue
4. Since the speculation of bitcoin, the sales of CPU, GPU, memory, motherboard, power supply and wire are the highest
5. It's the CPU and GPU instry of USA that really make a big profit, while the retail and service of other countries are just middlemen making a difference
6. The plan to hype bitcoin: it boosts the high-end, core and basic chip instry capacity of USA. other countries are compradors
7. Harm: lose the ability to develop domestic high-end, core and basic chips, and become a retailer that can only sell chips for USA.
1. Who benefits the most from researching and hyping bitcoin
2. In essence, it's USA's Intel, NVIDIA, amd + ATI
3. Bitcoin requires a huge amount of CPU, GPU, memory, motherboard, power supply, wire and venue
4. Since the speculation of bitcoin, the sales of CPU, GPU, memory, motherboard, power supply and wire are the highest
5. It's the CPU and GPU instry of USA that really make a big profit, while the retail and service of other countries are just middlemen making a difference
6. The plan to hype bitcoin: it boosts the high-end, core and basic chip instry capacity of USA. other countries are compradors
7. Harm: lose the ability to develop domestic high-end, core and basic chips, and become a retailer that can only sell chips for USA.
6. Safe and reliable, good service, low price to understand the interstellar cloud.
7. We can't study this thing. It's all done by those digital scientists. We only know how to buy or sell it. If it's stolen by others, it's not caused by ourselves. For example, if you're in the exchange, you can get compensation. If there's a wallet, it's your own business. No one can steal it. Only you know the private key
8. Now there is a very popular mobile live software called pepper, users are very civilized
9. Because a lot of custody in the trading platform is not extracted, if the trading platform has an insider, it is easy to be stolen. If you extract it from your own computer, there won't be such a thing.
10. The importance of private key security is self-evident compared with special coin players. For bitcoin heavyweight players or bitcoin merchants, how to protect the private key needs careful consideration and repeated consideration. Today, the editor will discuss with you how to protect the private key of bitcoin. For bitcoin QT clients, the bitcoin private key is generally stored in the client's wallet.dat file. For online wallet users such as blockchain, the private key of bitcoin is stored on the network server of online wallet, and users can also download the private key locally. For users of paper wallets, the private key can be printed. However, how to protect the security of the private key? The editor lists several methods for your reference
keep the private key with symmetric encryption. Symmetric key algorithm means that both encryption and decryption use one key. The encryption methods we usually use are symmetric encryption, such as WinRAR encryption, bitcoin QT encryption of the private key file is also using the symmetric encryption algorithm. The commonly used symmetric encryption algorithms are AES, DES, RC4, RC5 and so on. Symmetric encryption requires users to set relatively complex keys to prevent brute force cracking. Go to top method 1 uses bitcoin QT to encrypt the private key wallet. In the command mode, we can use the encryptwallet command to encrypt the wallet. For the usage of command mode, please refer to the basic teaching of bitcoin: how to use the private key of paper wallet. This is the most simple and effective method of private key encryption. However, when the walletpassphrase command is used to decrypt the wallet, the key will be read into the computer memory, so it is possible for the attacker to obtain the key. Encryption command: encrypt wallet yourpassword decrypt wallet command: walletpassword yourpasswordtimeout change password command: walletpassword exchange oldpasswordnewpasswordgo to top method 2, use AES encryption provided by blockchain. Blockchain provides users with private key file encryption service based on AES algorithm. Users can download the encrypted file and save it properly
go to top method 3 uses TrueCrypt, a third-party software, to encrypt the key file, which is also recommended by the editor. TrueCrypt is open source and free, with high software maturity, and supports two factor authentication and whole hard disk encryption. In addition, FBI personnel have suffered losses on TrueCrypt, so they have a good reputation. The FBI has admitted defeat in attempts to break the open source encryption used to secure hard drives seized by Brazilian police ring a 2008 investigation.
the bureau had been called in by the Brazilian authorities after the country's own National Institute of Criminology (Inc) had been unable to crack the passphrases used to secure the drives by suspect banker, Daniel Dantas.Brazilian reports state that two programs were used to encrypt the drives, one of which was the popular and widely-used free open source program TrueCrypt. Experts in both countries apparently spent months trying to discover the passphrases using a dictionary attack, A technique that involves trying out large numbers of possible character combinations until the correct sequence is found. Users who use it must keep the key in mind. If you forget the key, no one can recover your encrypted files
TrueCrypt, the official website of TrueCrypt, uses the asymmetric encryption method to keep the private key of the document. The asymmetric encryption method uses the form of public key and private key to encrypt the file. Users can encrypt files with public key and decrypt files with private key. Common asymmetric encryption algorithms include RSA, ElGamal, ECC and so on. The advantage of asymmetric encryption is that the complexity of the key is generally very high, which can effectively prevent violent cracking. The disadvantage is that there is a certain threshold, which is not suitable for ordinary users. Go to top method 1. Indivial users can consider using RSA for encryption. First, you can create a public key and a private key. Click here to generate the key. After keeping the public key and private key properly, you can encrypt and decrypt with the public key. Click here to encrypt and decrypt. RSA public key and private key generation process RSA public key and private key generation process randomly choose two large prime numbers P and Q, P is not equal to Q, calculate n = PQ. According to Euler function, R is obtained= φ( N) = φ( p) φ( q) = (p-1) (Q-1) select an integer E which is less than R and obtain the mole inverse element of e with respect to mole R, named D If and only if e and R are coprime, the records of P and Q are destroyed N. E) is the public key and (n, d) is the private key. Second, we can use PGP (pretty good privacy) tool to encrypt files. PGP encryption allows each public key to bind to all information of a user. Compared with RSA, the function of PGP is more perfect and reliable. However, with the upgrade of Pgp, new encrypted messages may not be decrypted by the old PGP system, so users should be familiar with PGP settings before using PGP. There are many PGP encryption tools on the Internet, so the editor will not list them
Introction to Pgp in Wiki PGP online encryption and decryption system PGP command FAQ advanced method to keep the private key. The above ways to keep the private key are very common. An experienced attacker may still get the user's private key file. For more advanced private key storage methods, please refer to the advanced teaching content of bitcoin in the future.
keep the private key with symmetric encryption. Symmetric key algorithm means that both encryption and decryption use one key. The encryption methods we usually use are symmetric encryption, such as WinRAR encryption, bitcoin QT encryption of the private key file is also using the symmetric encryption algorithm. The commonly used symmetric encryption algorithms are AES, DES, RC4, RC5 and so on. Symmetric encryption requires users to set relatively complex keys to prevent brute force cracking. Go to top method 1 uses bitcoin QT to encrypt the private key wallet. In the command mode, we can use the encryptwallet command to encrypt the wallet. For the usage of command mode, please refer to the basic teaching of bitcoin: how to use the private key of paper wallet. This is the most simple and effective method of private key encryption. However, when the walletpassphrase command is used to decrypt the wallet, the key will be read into the computer memory, so it is possible for the attacker to obtain the key. Encryption command: encrypt wallet yourpassword decrypt wallet command: walletpassword yourpasswordtimeout change password command: walletpassword exchange oldpasswordnewpasswordgo to top method 2, use AES encryption provided by blockchain. Blockchain provides users with private key file encryption service based on AES algorithm. Users can download the encrypted file and save it properly
go to top method 3 uses TrueCrypt, a third-party software, to encrypt the key file, which is also recommended by the editor. TrueCrypt is open source and free, with high software maturity, and supports two factor authentication and whole hard disk encryption. In addition, FBI personnel have suffered losses on TrueCrypt, so they have a good reputation. The FBI has admitted defeat in attempts to break the open source encryption used to secure hard drives seized by Brazilian police ring a 2008 investigation.
the bureau had been called in by the Brazilian authorities after the country's own National Institute of Criminology (Inc) had been unable to crack the passphrases used to secure the drives by suspect banker, Daniel Dantas.Brazilian reports state that two programs were used to encrypt the drives, one of which was the popular and widely-used free open source program TrueCrypt. Experts in both countries apparently spent months trying to discover the passphrases using a dictionary attack, A technique that involves trying out large numbers of possible character combinations until the correct sequence is found. Users who use it must keep the key in mind. If you forget the key, no one can recover your encrypted files
TrueCrypt, the official website of TrueCrypt, uses the asymmetric encryption method to keep the private key of the document. The asymmetric encryption method uses the form of public key and private key to encrypt the file. Users can encrypt files with public key and decrypt files with private key. Common asymmetric encryption algorithms include RSA, ElGamal, ECC and so on. The advantage of asymmetric encryption is that the complexity of the key is generally very high, which can effectively prevent violent cracking. The disadvantage is that there is a certain threshold, which is not suitable for ordinary users. Go to top method 1. Indivial users can consider using RSA for encryption. First, you can create a public key and a private key. Click here to generate the key. After keeping the public key and private key properly, you can encrypt and decrypt with the public key. Click here to encrypt and decrypt. RSA public key and private key generation process RSA public key and private key generation process randomly choose two large prime numbers P and Q, P is not equal to Q, calculate n = PQ. According to Euler function, R is obtained= φ( N) = φ( p) φ( q) = (p-1) (Q-1) select an integer E which is less than R and obtain the mole inverse element of e with respect to mole R, named D If and only if e and R are coprime, the records of P and Q are destroyed N. E) is the public key and (n, d) is the private key. Second, we can use PGP (pretty good privacy) tool to encrypt files. PGP encryption allows each public key to bind to all information of a user. Compared with RSA, the function of PGP is more perfect and reliable. However, with the upgrade of Pgp, new encrypted messages may not be decrypted by the old PGP system, so users should be familiar with PGP settings before using PGP. There are many PGP encryption tools on the Internet, so the editor will not list them
Introction to Pgp in Wiki PGP online encryption and decryption system PGP command FAQ advanced method to keep the private key. The above ways to keep the private key are very common. An experienced attacker may still get the user's private key file. For more advanced private key storage methods, please refer to the advanced teaching content of bitcoin in the future.
Hot content
