Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 23 Mar 2018 20:16:02 +0800
From: "ethanli" <liyishi.ch@...com>
To: "john-users" <john-users@...ts.openwall.com>
Subject: How to utilities ethereum-opencl instead of ethereum

I download ethereum wallet from https://www.ethereum.org/ and try to recover password of it by jtr.
python ethereum2john.py wallet.json > eth.enc
john --device=gpu  --format=ethereum-opencl eth.enc
it returns:
Using default input encoding: UTF-8
No password hashes loaded (see FAQ)



if running without opencl format, it works very slowly.
john --format=ethereum eth.enc
Using default input encoding: UTF-8
Loaded 1 password hash (ethereum, Ethereum Wallet [PBKDF2-SHA256/scrypt Keccak 256/256 AVX2 8x])
Cost 1 (iteration count) is 262144 for all loaded hashes
Cost 2 (kdf [0:PBKDF2-SHA256 1:scrypt 2:PBKDF2-SHA256 presale]) is 1 for all loaded hashes

0.03295g/s 2.109p/s 2.109c/s 2.109C/s


Does that mean the format of such wallet can not utiliize the gpu?

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.