mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
fix firefox for windows decrypt error
This commit is contained in:
@@ -106,7 +106,7 @@ func DecryptChromePass(encryptPass []byte) (string, error) {
|
||||
// remove prefix 'v10'
|
||||
return aesGCMDecrypt(encryptPass[15:], chromeKey, encryptPass[3:15])
|
||||
} else {
|
||||
return "", passwordIsEmpty
|
||||
return "", errPasswordIsEmpty
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user