AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

Support Chrome v80+ on Linux #517

Closed ghost closed 4 years ago

ghost commented 4 years ago

and add Vivaldi to supported browsers

When Chrome v80 support was added to Windows (#475, https://github.com/AlessandroZ/LaZagne/commit/db3461a26ea7c246f5cee00a7630c4bf7e610861), it wasn't added to Linux. This commit adds it (and its dependency, pycryptodome), to Linux. It should also be ported to Mac, but I don't have one to test.

I also renamed the class to ChromiumBased to match the Windows version, since it now extracts passwords from many Chromium based browsers, and not just Chrome.

The final change was adding Vivaldi (which didn't work before, #516), since with this update it works for me.

AlessandroZ commented 4 years ago

Awesome !!!