ethanli
2018-03-23 12:16:02 UTC
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?
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?