Skip to content

Commit

Permalink
Merge pull request #112 from byehack/patch-2
Browse files Browse the repository at this point in the history
use AES from preferred unicrypto module.
  • Loading branch information
skelsec authored Jan 22, 2024
2 parents 3195181 + d5f6bcd commit 4ff5d89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pypykatz/dpapi/dpapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,9 +703,6 @@ def decrypt_all_chrome_live(self):


def decrypt_all_chrome(self, dbpaths, throw = False):
from unicrypto import use_library, get_cipher_by_name
AES = get_cipher_by_name('AES', 'cryptography')

results = {}
results['logins'] = []
results['cookies'] = []
Expand Down Expand Up @@ -895,4 +892,4 @@ def main():


if __name__ == '__main__':
main()
main()

0 comments on commit 4ff5d89

Please sign in to comment.