mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-17 23:57:12 +02:00
fix(time): correct export data timestamp conversions (#586)
This commit is contained in:
@@ -68,7 +68,7 @@ func extractPasswords(masterKey []byte, path string) ([]types.LoginEntry, error)
|
||||
URL: url,
|
||||
Username: string(user),
|
||||
Password: string(pwd),
|
||||
CreatedAt: timestamp(v.Get("timeCreated").Int() / 1000),
|
||||
CreatedAt: firefoxMillis(v.Get("timeCreated").Int()),
|
||||
})
|
||||
}
|
||||
if decryptFails > 0 {
|
||||
|
||||
Reference in New Issue
Block a user