Skip to content

philsmd/pswRecovery4Moz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

This project aims to help you when you have a faulty Firefox/Thunderbird installation or a corrupted filesystem (like in my case) to recover passwords from signons.sqlite and key3.db.
See file pswRecover4Moz.txt for full explanations!

Features

  • recover Passwords!!!
  • some decryption function integrated (SHA1,DES3-EDE,...)
  • minimal ASN.1 parser

Requirements

Software:

  • gcc compiler (or other ANSI C/C++ compilers and linkers)
  • libnss (optional,automatically installed w/ most of Mozilla products)
  • sqlite3 library (libsqlite3.so)

Installation and First Steps

Hacking

  • Improve posix compatibility
  • Simplify the code
  • Performance improvements
  • Testing
  • and,and,and

Credits and Contributors

Credits go to the main developers of OpenSSL (for some inspirations on SHA1 and DES3 decryption) and to Stephen Henson for his key3 research.

  • Stephen Henson (DRH consultancy)
  • OpenSSL team

Did I miss somebody? Please help me to complete the list if you think I missed somebody here!

License

This project is lincensed under the GNU GENERAL PUBLIC LICENSE version 3.

About

Recover your Mozilla passwords with a simple c script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages