An examiner analyzes a suspect's Edge (Chromium-based) browser profile. The 'Login Data' SQLite file contains password entries. What hashing/encryption method protects these stored passwords on Windows?
-
A
Windows DPAPI (Data Protection API) with AES-256 encryption
-
B
MD5 hashing with a static salt
-
C
SHA-256 hashing with the username as salt
-
D
RSA public key encryption using a browser-generated certificate