A Simple Firefox Stored Credentials Extractor (not intented for malicious uses)
from "https://github.com/lclevy/firepwd/blob/master/firepwd.py"
wasn't working as expected after updates
https://github.com/louisabraham/ffpass version was not parsing der encodings correctly.
this routines was written in order to overcome above.
not intended for production or malicious use cases and includes known bugs (doesn't handle multiple profiles, or wrong primary key)
can be used as an example of key management
@louisabraham and @lclevy