Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Store LEKs (Social Encryption Keys) #13

Open
Super-Baleine opened this issue May 8, 2018 · 0 comments
Open

Store LEKs (Social Encryption Keys) #13

Super-Baleine opened this issue May 8, 2018 · 0 comments
Assignees

Comments

@Super-Baleine
Copy link
Member

Super-Baleine commented May 8, 2018

ref. muonium/webclient#11

  1. get LEK from the webclient
  2. store it into files -> LEK as a map such as: {'user_id': 'LEK_enc'}

With several LEKs, we obtain such as json structure:

{'user_id0': 'LEK_enc0', 'user_id1': 'LEK_enc1', ..., 'user_idX': 'LEK_encX'}

DON'T SEND ALL THE MAP TO THE WEBCLIENT! PARSE IT AND GIVE ONLY THE LEK WHICH GOT ENCRYPTED THANKS TO HIS PUBLIC KEY!

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

No branches or pull requests

2 participants