as a POC it works, i tried with a wallet that i created , stdin and dict are working .
took my some time to figure out how to install all the dependencies since im not using perl.
if some one wants to run it aswell , couple of things need to be install
and yea its very very very slow 
 
i took rockyou dictionary , put my password at the 500k mark (line) .
i use my laptop cpu (i7 8665U) , it TOOK 22 min and 28 sec ! to run through 500k lines , yikes xD
gpu are a must ^,^
![[Image: 5Cscses.png]](https://i.imgur.com/5Cscses.png) 
	
	
	
	
	
took my some time to figure out how to install all the dependencies since im not using perl.
if some one wants to run it aswell , couple of things need to be install

Code:
sudo apt install perl  cmake -y
sudo perl -MCPAN -e shell
install Crypt::PBKDF2
install Crypt::ECB
install CryptX
install JSONand yea its very very very slow
 
 i took rockyou dictionary , put my password at the 500k mark (line) .
i use my laptop cpu (i7 8665U) , it TOOK 22 min and 28 sec ! to run through 500k lines , yikes xD
gpu are a must ^,^
![[Image: 5Cscses.png]](https://i.imgur.com/5Cscses.png) 
	 
 

 
