Bitcoin Forum
May 12, 2024, 06:33:27 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
1715495607
Hero Member
*
Offline Offline

Posts: 1715495607

View Profile Personal Message (Offline)

Ignore
1715495607
Reply with quote  #2

1715495607
Report to moderator
1715495607
Hero Member
*
Offline Offline

Posts: 1715495607

View Profile Personal Message (Offline)

Ignore
1715495607
Reply with quote  #2

1715495607
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715495607
Hero Member
*
Offline Offline

Posts: 1715495607

View Profile Personal Message (Offline)

Ignore
1715495607
Reply with quote  #2

1715495607
Report to moderator
1715495607
Hero Member
*
Offline Offline

Posts: 1715495607

View Profile Personal Message (Offline)

Ignore
1715495607
Reply with quote  #2

1715495607
Report to moderator
1715495607
Hero Member
*
Offline Offline

Posts: 1715495607

View Profile Personal Message (Offline)

Ignore
1715495607
Reply with quote  #2

1715495607
Report to moderator
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


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: 4653



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: 1078


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!