Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Encrypt Cookies #10044

Closed
darkdh opened this issue Jul 18, 2017 · 3 comments · Fixed by brave/muon#262
Closed

Encrypt Cookies #10044

darkdh opened this issue Jul 18, 2017 · 3 comments · Fixed by brave/muon#262

Comments

@darkdh
Copy link
Member

darkdh commented Jul 18, 2017

Test plan

#10044 (comment)


We need to encrypt our cookie value in User Dir/Cookies
so that we will see encrypted_value instead of plain value

@darkdh
Copy link
Member Author

darkdh commented Jul 18, 2017

blocks #10045

@darkdh darkdh added security hackday Legacy label for a one-day hack-session. labels Jul 18, 2017
@darkdh darkdh added this to the 0.20.x (Nightly Channel) milestone Jul 24, 2017
jumde added a commit to jumde/muon that referenced this issue Jul 24, 2017
@luixxiul
Copy link
Contributor

@darkdh would you mind specifying the manual test plan? thanks!

@darkdh
Copy link
Member Author

darkdh commented Jul 31, 2017

Test Plan

  1. Go to usr dir and sqlite3 Cookies
  2. select host_key, name, value, encrypted_value from cookies;
  3. you will see value is empty and we have encrypted_value (before this change, you can see a plaintext value and an empty encrypted_value)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants