RESOLVED FIXED 128567
Add hooks for wrapping CryptoKeys in SerializedScriptValue
https://bugs.webkit.org/show_bug.cgi?id=128567
Summary Add hooks for wrapping CryptoKeys in SerializedScriptValue
Alexey Proskuryakov
Reported 2014-02-10 16:56:03 PST
SerializedScriptValue can be written to disk, via IndexedDB or History APIs. We should not store crypto keys as plaintext - they are like passwords, and passwords are encrypted in Keychain or equivalent.
Attachments
proposed patch (17.58 KB, patch)
2014-02-10 17:23 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2014-02-10 17:23:01 PST
Created attachment 223775 [details] proposed patch
WebKit Commit Bot
Comment 2 2014-02-10 22:27:39 PST
Comment on attachment 223775 [details] proposed patch Clearing flags on attachment: 223775 Committed r163863: <http://trac.webkit.org/changeset/163863>
WebKit Commit Bot
Comment 3 2014-02-10 22:27:41 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.