BrowserPass icon indicating copy to clipboard operation
BrowserPass copied to clipboard

[Suggestion] Add brave to browser list

Open 3Q6Dev opened this issue 4 years ago • 1 comments

Code works great for me, but I have a suggestion, adding brave browser (And other chromium based browsers) In theory, it should work the same as chrome (except different login data location, etc.) as they are both based on chromium Ive checked the SQL, it has the same login table etc. so it should work the same.

Heres what would need to be changed: private const string LOGIN_DATA_PATH = "\\..\\Local\\BraveSoftware\\Brave-Browser\\User Data\\Default\\Login Data";

3Q6Dev avatar Aug 26 '20 21:08 3Q6Dev

Good idea. However, I'm not sure if the decryption would work, because newer versions of Chromium use different decryption method (AES-256-GCM). It should decrypt older logins that are encrypted with DPAPI though.

simpleperson123 avatar Sep 19 '20 14:09 simpleperson123