metamask vault data with pass recovery srp
-
Yesterday I just logged into my MetaMask as usual, but I ran into a problem that prevented me from seeing the authorization window.

So, I have MetaMask database files on my computer and I know a password that's 1000% guaranteed to work for this encrypted database. But I need to somehow decrypt the database using something, which I'm not very good at. Yesterday, using various guides, I managed to find a line in the file that looked like this: "{"data": "","iv": "","keyMetadata": {"algorithm": "PBKDF2","params": {"iterations": }},"salt": ""}"
Am I correct in understanding that this data and password are sufficient to obtain SRP?
but I don't really understand which specific application and what data, in what form, I should transfer thereYesterday I tried(https://github.com/cyclone-github/metamask_pwn/releases) to use the program. I extracted data of the type I described above from a file named number and simply placed json object(data, salt...) in a text file. I also created another file and wrote the password there. I ran the command "metamask_decryptor_amd64.exe -h wallet.txt -w pass.txt" and received the error "Error reading vault file: bufio.Scanner: token too long"
