Bitcoin Forum
May 05, 2024, 12:42:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: omg i forgot my password how to do  (Read 1131 times)
btclost (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 16, 2012, 05:42:16 AM
Last edit: July 16, 2012, 05:54:02 AM by btclost
 #1

 I am unlucky today. I forget my wallet password. I have tried many times, but I still cannot remember it. Now, I write a dictionary with 200,000 password combinations to crack the password. I still haven’t found out the system’s algorithm of authenticating, processing, and transforming the password. I hope some people who have any ideas to show me some code examples. If you have any good suggestions, I will sincerely thank and repay you if the suggestions work.
1714912928
Hero Member
*
Offline Offline

Posts: 1714912928

View Profile Personal Message (Offline)

Ignore
1714912928
Reply with quote  #2

1714912928
Report to moderator
1714912928
Hero Member
*
Offline Offline

Posts: 1714912928

View Profile Personal Message (Offline)

Ignore
1714912928
Reply with quote  #2

1714912928
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714912928
Hero Member
*
Offline Offline

Posts: 1714912928

View Profile Personal Message (Offline)

Ignore
1714912928
Reply with quote  #2

1714912928
Report to moderator
1714912928
Hero Member
*
Offline Offline

Posts: 1714912928

View Profile Personal Message (Offline)

Ignore
1714912928
Reply with quote  #2

1714912928
Report to moderator
1714912928
Hero Member
*
Offline Offline

Posts: 1714912928

View Profile Personal Message (Offline)

Ignore
1714912928
Reply with quote  #2

1714912928
Report to moderator
John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1225


Away on an extended break


View Profile
July 16, 2012, 05:45:22 AM
 #2

Do you roughly remember the password ? Like in the words used? If not, it's generally uncrackable.
btclost (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 16, 2012, 05:52:51 AM
 #3

Do you roughly remember the password ? Like in the words used? If not, it's generally uncrackable.
how to do ,crack it,i want see some code
fatigue
Full Member
***
Offline Offline

Activity: 196
Merit: 100


Bitcoin is a food group.


View Profile
July 16, 2012, 05:55:10 AM
 #4

Do you roughly remember the password ? Like in the words used? If not, it's generally uncrackable.
how to do ,crack it


Lol, its hopeless to help.
btclost (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 16, 2012, 05:59:57 AM
 #5

Do you roughly remember the password ? Like in the words used? If not, it's generally uncrackable.
how to do ,crack it


Lol, its hopeless to help.
10 password combination containing words, numbers, capitalization, and special symbols.But I have written a password dictionary
memvola
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1002


View Profile
July 16, 2012, 06:05:59 AM
 #6

Easiest solution is to iterate `bitcoind walletpassphrase` over the dictionary.
John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1225


Away on an extended break


View Profile
July 16, 2012, 06:15:15 AM
 #7

Do you roughly remember the password ? Like in the words used? If not, it's generally uncrackable.
how to do ,crack it


Lol, its hopeless to help.
10 password combination containing words, numbers, capitalization, and special symbols.But I have written a password dictionary
You mean a complete password list? IIRC, even with that plus the help of a couple Amazon instances you'll take ages to find it. A 10 password, 62 charset dictionary would span across 3-4k TB's. A 8 word pass with the 62 charset takes 1787 TB in space alone. Not to mention that the passphrase is converted into the AES key by doing  more then 10,000 SHA-256 operations.

See this: https://bitcointalk.org/index.php?topic=85495.0
RandomQ
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
July 16, 2012, 06:22:51 AM
 #8

Got access to a D-wave System?  Grin
capsqrl
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250



View Profile
July 16, 2012, 07:20:38 AM
 #9

You really have *no* idea what password you used? Did you wake up in back-alley this morning? :-)

You seem to be looking for a fast way to crack the encryption. Realize that if someone was able to provide you witih this, it would mean wallet encryption was fatally broken. And all signs says it isn't.

Norsk Bitcoin-bruker? Kom til /r/BitcoinNO på reddit!
John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1225


Away on an extended break


View Profile
July 16, 2012, 07:25:41 AM
 #10

You really have *no* idea what password you used? Did you wake up in back-alley this morning? :-)

You seem to be looking for a fast way to crack the encryption. Realize that if someone was able to provide you witih this, it would mean wallet encryption was fatally broken. And all signs says it isn't.
Exactly. Wallet-stealer < wallet.dat encryption.  Wink
Bitcoin Oz
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


Wat


View Profile WWW
July 16, 2012, 07:28:04 AM
 #11

Wonder where he stole the wallet from lol

capsqrl
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250



View Profile
July 16, 2012, 07:41:25 AM
 #12

Wonder where he stole the wallet from lol
I was too polite to post that, but yeah, I wonder too ;-)

Norsk Bitcoin-bruker? Kom til /r/BitcoinNO på reddit!
memvola
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1002


View Profile
July 16, 2012, 07:45:25 AM
 #13

Wonder where he stole the wallet from lol
I was too polite to post that, but yeah, I wonder too ;-)

I thought he was able to generate a list of 200K possibilities. If that's the case, I see no reason to be suspicious (though you can never know). Feed the list to bitcoind through a bash script and see if any one of them is correct. Good luck.
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
July 16, 2012, 07:48:01 AM
 #14

If you think you know the passphrase but just aren't able to get logged in successfully, there have been successful interventions that have found the right passphrase.  Here are a couple recent examples:

 - http://bitcointalk.org/index.php?topic=93465.0
 - http://bitcointalk.org/index.php?topic=85495.0

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


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!