I need to get a password from my Chrome install on my Windows 7 partition. The Windows version of Chrome, however, uses Windows' own crypto API to protect this data (I doubt Wine has a compatible implementation). This means I'd have to reboot, get in, get the password and get out, wasting ten minutes in the process.
It'd be faster if I could just virtualize what's on my Windows partition!
sudo kvm /dev/sda
- Is this a good idea?
- Would this work?
- Would this work well?