cfbao / lastpass-vault-parser

Parse your LastPass vault and export to CSV files
GNU General Public License v3.0
118 stars 14 forks source link

Get Account Password History #1

Open HeroCC opened 4 years ago

HeroCC commented 4 years ago

It looks like this is as simple as posting to https://lastpass.com/getPasswordHist.php with the form data aid, lpversion, method, token. It returns an array of password blobs and the date they were made. Is this something possible to implement? Thanks!

cfbao commented 4 years ago

That's interesting. Thanks for letting me know. I've heard other people implementing something similar, so it should be possible. I just need some time to figure it out. I am fairly busy recently though.