Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Use JWE for notes encryption #46

Closed
jvehent opened this issue Jun 15, 2017 · 3 comments
Closed

Use JWE for notes encryption #46

jvehent opened this issue Jun 15, 2017 · 3 comments
Assignees
Milestone

Comments

@jvehent
Copy link
Contributor

jvehent commented Jun 15, 2017

JSON Web Encryption is an industry standard to stored blobs of data in encrypted form inside a JSON envelope. We should consider using it instead of a custom encryption format for notes.

@vladikoff vladikoff modified the milestone: Launch Jun 15, 2017
@vladikoff
Copy link
Contributor

@Natim do you want to use some library for this?

If yes then please let me know, because this will matter for my FxA crypto helper. (will depend on which helper methods the FxA lib provides VS the the given JWE library)

@Natim
Copy link
Collaborator

Natim commented Jun 16, 2017

I don't think this would affect your part, I will plan to use it to store the encrypted content only.

@Natim
Copy link
Collaborator

Natim commented Jun 16, 2017

vladikoff pushed a commit that referenced this issue Jun 16, 2017
…koff

* Use JWE format to store the encrypted content in Kinto. Fixes #46
* Add more debounce to avoid bugs.
* @vladikoff review.
* Don't refresh the server too often but still refresh between browser windows.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants