mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-03-03 09:58:23 +00:00
fix: add pkcs5 uppadding Closes #15
This commit is contained in:
parent
ce31d557e0
commit
c7c3d6f806
@ -504,8 +504,8 @@ func parseFirefoxKey4() {
|
||||
}
|
||||
FullData.LoginDataSlice = append(FullData.LoginDataSlice, loginData{
|
||||
LoginUrl: v.LoginUrl,
|
||||
UserName: string(u),
|
||||
Password: string(p),
|
||||
UserName: string(utils.PKCS5UnPadding(u)),
|
||||
Password: string(utils.PKCS5UnPadding(p)),
|
||||
CreateDate: v.CreateDate,
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user