hartwork / mozilla-password-decrypt

:unlock: Decrypt passwords stored by Firefox, Thunderbird, Iceweasel, Icedove using libnss3.so
7 stars 4 forks source link

Break up decrypt_single (volunteers wanted) #9

Open hartwork opened 9 years ago

hartwork commented 9 years ago

Three parts should be extracted from decrypt_single:

decrypt_single should use those parts.

After that, cli.py should be made to call these three parts rather than decrypt_single. The latter should be kept for convenience, though.