Bitcoin Forum
May 06, 2024, 09:21:12 PM *
News: Latest Bitcoin Core release: 27.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.
1715030472
Hero Member
*
Offline Offline

Posts: 1715030472

View Profile Personal Message (Offline)

Ignore
1715030472
Reply with quote  #2

1715030472
Report to moderator
1715030472
Hero Member
*
Offline Offline

Posts: 1715030472

View Profile Personal Message (Offline)

Ignore
1715030472
Reply with quote  #2

1715030472
Report to moderator
1715030472
Hero Member
*
Offline Offline

Posts: 1715030472

View Profile Personal Message (Offline)

Ignore
1715030472
Reply with quote  #2

1715030472
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
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!