A tool to deobfuscate your LastPass blob and determine if any passwords are encrypted with AES-ECB and therefore more vulnerable with the recent breach.
``` cargo install lpass-blob
lpass-blob [path to the text file] ```
Created because of Steve Gibson's call-to-action on the Security Now! Podcast. I don't use LastPass, but made an account for testing.
If you find any bugs, please report via Github issues.