Bitcoin Forum
May 03, 2024, 12:16:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is it possible to convert 'hex' to private key?  (Read 965 times)
UsaLove (OP)
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
August 09, 2016, 10:19:10 AM
 #1

hello guys,

Is it possible to convert hex of the address to private key? if yes then how?

I think i am missing something there.

Regards

AIR PLATFORM
                                                                             
                  A MODULAR IDENTITY MANAGEMENT SOLUTION BUILT ON THE HYPERLEDGER BLOCKCHAIN    
                                                                               
HTTP://CS.SPHRE.CO
1714695361
Hero Member
*
Offline Offline

Posts: 1714695361

View Profile Personal Message (Offline)

Ignore
1714695361
Reply with quote  #2

1714695361
Report to moderator
1714695361
Hero Member
*
Offline Offline

Posts: 1714695361

View Profile Personal Message (Offline)

Ignore
1714695361
Reply with quote  #2

1714695361
Report to moderator
1714695361
Hero Member
*
Offline Offline

Posts: 1714695361

View Profile Personal Message (Offline)

Ignore
1714695361
Reply with quote  #2

1714695361
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714695361
Hero Member
*
Offline Offline

Posts: 1714695361

View Profile Personal Message (Offline)

Ignore
1714695361
Reply with quote  #2

1714695361
Report to moderator
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6578


Just writing some code


View Profile WWW
August 09, 2016, 01:19:11 PM
 #2

Any hex can be converted into a private key, it's just a large number. However, if you are trying to get the private key of an address, it is not possible to do so.

DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4615



View Profile
August 09, 2016, 01:21:10 PM
 #3

Is it possible to convert hex of the address to private key?

To the private key for that address?

No.

if yes then how?

Can't be done.

I think i am missing something there.

Yep.  You are missing the concepts of RIPEMD160, SHA256, and ECDSA, all of which prevent you from working backwards from a bitcoin address to a private key.
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
August 10, 2016, 08:34:18 PM
 #4

Yep.  You are missing the concepts of RIPEMD160, SHA256, and ECDSA, all of which prevent you from working backwards from a bitcoin address to a private key.

Since the OP is looking for education, RIPEMD160, SHA256 are hash functions: https://en.wikipedia.org/wiki/Hash_function

ECDSA is an algorithm for digital signatures, one aspect of assymetric key cryptography: https://en.wikipedia.org/wiki/Public-key_cryptography

Good luck!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!