Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the encryption key of key3.db database in firefox profile?

I want to open key3.db in SQLite browser which store the key for encryption of saved password in firfox, but I see this error: "File is encrypted or not a SQLite3 database or encryption key does not match"

I think key3.db is encrypted. Can anybody tell me what is the Encryption key of this database?

like image 679
Mohsen Mashayekhi Avatar asked Oct 03 '22 02:10

Mohsen Mashayekhi


1 Answers

It is not encrypted, it is stored using firefox's .db format (shows up as a Berkeley db according to "file"). Thunderbird pass decryptor will decrypt this value.
Additional reference

like image 78
Alex Lauerman Avatar answered Oct 29 '22 17:10

Alex Lauerman