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

enabling comments on an internally shared file #11

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

enabling comments on an internally shared file #11

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

Comments

@Super-Baleine
Copy link
Member

Super-Baleine commented May 8, 2018

ref. muonium/server#13

Enabling comments on an internally shared file

  1. generate LEK (social encryption key)
  2. encrypt it with the user's public key, such as: LEK_enc=AsymEnc(PKB_u, LEK)
  3. send it to the server

Allowing a user to comment on a file

  1. user gets his PKB (public key)
  2. user decrypts LEK with his PKB
  3. user gets PKB of the user he wants to comment on the file with
  4. user encrypts LEK under the user's PKB
  5. user sends LEK_enc
@Super-Baleine Super-Baleine changed the title internal file sharing enabling comments on an internally shared file May 8, 2018
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