Bitcoin Forum
November 10, 2024, 08:28:23 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: New private key generation  (Read 613 times)
BitcoinTip (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 28, 2013, 01:48:45 AM
 #1

I am interested on one aspect of the regular qt client: private key generation.

Where can I find the code responsible for this? I am assuming some form of random number generation is done here.

I intend to research into the function used and look for patterns.

Perhaps a more reliable means than pure brute force could be designed to harvest private keys.
fpgaminer
Hero Member
*****
Offline Offline

Activity: 560
Merit: 517



View Profile WWW
March 28, 2013, 10:56:48 PM
 #2

https://github.com/bitcoin/bitcoin/blob/master/src/key.cpp#L177

Quote
Perhaps a more reliable means than pure brute force could be designed to harvest private keys.
Contact the OpenSSL devs if you find anything: http://www.openssl.org/support/
As well as the implementors of /dev/urandom


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!