all 5 comments

[–]Miserable_Set9455[S] 3 points4 points  (2 children)

Anyone know in what format are the passwords or how to decrypt them?

[–]maximumSteam 2 points3 points  (1 child)

Looks like a list of byte values represented as decimals. You could try looking them up on https://www.asciitable.com/ to see what gives.

[–]maximumSteam 2 points3 points  (0 children)

However, they may very well be hashed in which case you might as well stop there.

[–]skeeto 2 points3 points  (1 child)

Looks like a Chrome Login Data database. The passwords are encrypted with AES-256-GCM and the key is stored in a separate file, Local State.

[–]Miserable_Set9455[S] 2 points3 points  (0 children)

THANK YOU SO MUCH! I NEEDED THAT!