BrowserPass
BrowserPass copied to clipboard
How to simulate the encryption of Firefox ?
You already decrypt the encrypted Firefox account. I wonder if there is any way to simulate the way Firefox encrypt them ?
I did'nt try it but it seems to be easy.
All you have to do is reverse FFDecryptor.cs code, so find in FF dlls (mozglue.dll, nss3.dll) equivalent encryption methods
Ciphers are stored in sqlite db so it is not a problem to place them after encryption
Pls help if you can, i don't know about FF's dlls and it is hard to me to reverse your function.