Closed
Bug 1784966
Opened 2 years ago
Closed 2 years ago
Encrypt blob files under idb/*.files directory with a separate cipher key
Categories
(Firefox :: Private Browsing, enhancement, P2)
Firefox
Private Browsing
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: hsingh, Assigned: hsingh)
References
Details
Attachments
(2 files, 1 obsolete file)
In order to support IndexedDB in Private Browsing mode; we need to ensure that any data touching disk is encrypted. We encrypt IndexedDB data under *.files and .sqlite using AEAD (Authenticated Encryption with Associated Data) mechanism. We generate a separate IV (Initialization Vector) to encrypt every file under *.files directory. Even these files are encrypted with different IVs; they all use the same cipher key. It is however even better if all these files could use a separate key.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Attachment #9289951 -
Attachment is obsolete: true
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
For more detailed explanation, look at the attached pdf file.
Assignee | ||
Updated•2 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Attachment #9297157 -
Attachment description: WIP: Bug 1784966: Encrypt IDB files and data in PBM, r=#dom-storage-reviewers → Bug 1784966: Encrypt IDB files and data in PBM, r=#dom-storage-reviewers
Pushed by hsingh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a266f691a68c
Encrypt IDB files and data in PBM, r=dom-storage-reviewers,jari,webdriver-reviewers,whimboo
Comment 6•2 years ago
|
||
Backed out for causing IDB Encryption related marionette failures
Flags: needinfo?(hsingh)
Updated•2 years ago
|
Type: task → enhancement
Updated•2 years ago
|
Priority: -- → P2
Pushed by hsingh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2516c6475047
Encrypt IDB files and data in PBM, r=dom-storage-reviewers,jari,webdriver-reviewers,whimboo
Comment 8•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
Assignee | ||
Comment 9•2 years ago
|
||
Fix for the above regression was pushed on Friday.
Flags: needinfo?(hsingh)
You need to log in
before you can comment on or make changes to this bug.
Description
•