Skip to content

Commit

Permalink
Merge pull request AlessandroZ#94 from lclevy/patch-1
Browse files Browse the repository at this point in the history
added credit for decryption functions
  • Loading branch information
AlessandroZ authored Dec 16, 2016
2 parents 749eb66 + f8b1cf2 commit d30d235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Windows/lazagne/softwares/browsers/mozilla.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# Required files (key3.db, signongs.sqlite, cert8.db)
# Inspired from https://github.com/Unode/firefox_decrypt/blob/master/firefox_decrypt.py
# portable decryption functions and BSD DB parsing by Laurent Clevy (@lorenzo2472) from https://github.com/lclevy/firepwd/blob/master/firepwd.py

from ctypes import *
import sys, os, re, glob
Expand Down

0 comments on commit d30d235

Please sign in to comment.