📝 Document requiring libnss3 3.113+ for Firefox 144+ profiles

This commit is contained in:
Renato Alves
2025-11-13 20:33:37 +01:00
parent b6219d9bf2
commit 7aad31514a

View File

@@ -43,6 +43,8 @@ libnss3 is part of https://developer.mozilla.org/docs/Mozilla/Projects/NSS
If you need to decode passwords from Firefox 3 or older, although not officially supported, If you need to decode passwords from Firefox 3 or older, although not officially supported,
there is a patch in [this pull request](https://github.com/unode/firefox_decrypt/pull/36). there is a patch in [this pull request](https://github.com/unode/firefox_decrypt/pull/36).
**NOTE** :warning: : Firefox 144 introduced a new encryption algorithm for its password store while breaking direct use of the bundled libnss3.so lib (see issue [#120](https://github.com/unode/firefox_decrypt/issues/120)).
If you are trying to use `firefox_decrypt` on Linux to access a Firefox 144+ profile, please install `libnss3` version 3.113 or newer.
#### Usage #### Usage