rippex/ripple wallet lost passphrase
#1
Wink 
hey there ,  i've received a request from a friend , the guy 3 year ago  have purchased xrp (ripple) and put it  inside rippex wallet (which is not available anymore)  and ofc now he does not remember his password , ive tried to search online for tools however there is nothing like hashcat,  i've seen this https://github.com/7763sea/hashcat-ripple-cversion and this https://github.com/edward852/xrp-wallet-recovery  , in the first github link in his bat he puts some hash (which i guess suppose to be the wallet) with -m 10900  , when seeing the wallet that he shared there ,after decoding to base64  i saw that the salt is indeed the salt however the CT (cypher text?) is not in the decode base64 wallet .

in the second link there is a wallet + password  , i tried to copy the "template"  of the first github link but that did not work .


example of the command that i have used can be found here.

https://pastebin.com/nds2SWuf

basically what i tried was  "sha256:1000:SALT:CT"


testwallet.txt from the second github link (xrp-wallet-recovery) , the password of this hash/wallet is qwer123

Code:
eyJpdiI6IkZxMmFVQzRlei9nbWowU2MxRzVuZ3c9PSIsInYiOjEsIml0ZXIiOjEwMDAsImtzIjoyNTYsInRzIjo2NCwibW9kZSI6ImNjbSIsImFkYXRhIjoiIiwiY2lwaGVyIjoiYWVzIiwic2FsdCI6IklNbEhiVmk5eVRNPSIsImN0IjoiOENxbkJ1WmFyWms4SzZ3eXpxc0JYNmJ6VS9ENk5MNUhsbEp1TVJyTmRNZEhFcSs2NVJ4aHFVdWxZbmw2b05DWTBSWFBrcmpEMW1aSXdCS253MkxzLzl1ejBFeHV1a1Qwb0haekR0M09BeE8zMDhtbEZHaFB2aEpSa2dYYS8wM21EODJIaHk5L2RjVG5nbS9MdnhwV1VFRTFnVnVTQVFOdm1zVTVTSGJDQVJqYy9qNUZnU28vYjhHYjk4cVUyNGxqU2dOaHBUTUtTODR4a0E9PSJ9


decodes to that

Code:
{"iv":"Fq2aUC4ez/gmj0Sc1G5ngw==","v":1,"iter":1000,"ks":256,"ts":64,"mode":"ccm","adata":"","cipher":"aes","salt":"IMlHbVi9yTM=","ct":"8CqnBuZarZk8K6wyzqsBX6bzU/D6NL5HllJuMRrNdMdHEq+65RxhqUulYnl6oNCY0RXPkrjD1mZIwBKnw2Ls/9uz0ExuukT0oHZzDt3OAxO308mlFGhPvhJRkgXa/03mD82Hhy9/dcTngm/LvxpWUEE1gVuSAQNvmsU5SHbCARjc/j5FgSo/b8Gb98qU24ljSgNhpTMKS84xkA=="}
Reply


Messages In This Thread
rippex/ripple wallet lost passphrase - by kiara - 04-18-2021, 08:13 PM