'Program to extract chrome username and password CSV file
I'd want to attempt out a new Python script that automatically exports/extracts a user's chrome-saved usernames and passwords. When you go into Chrome settings, for example, you can extract a CSV file containing the user's saved usernames and passwords.
I'm having problems locating resources online to help me with this task, and I'd appreciate some advice on articles, links, and other resources that might put me in the right direction. I also understand that Chrome saves a "Login Data" local file in the app data folder. Is this file in any way related to what I'm trying to accomplish?
Ideally, the program will look something like this: The user has prompted to input a folder for a target path, if the target path is on the working directory (error checking) then extract the chrome CSV file to the target folder. To be imported later.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
