theexiile1305/todo-guru

Share data with asymmetric crypto-system

Opened this issue · 0 comments

A asymmetric crypto-system is used, when the user want to share the data with another one.

acceptance criteria:

  • All data is symmetrical encrypted stored and therefore the exchange have to be asymmetrical.
  • The private key should also be encrypted stored/saved.
  • The public key shall be distributed to all other users.
  • The whole exchange can be implemented like Diffie-Hellmann or PGP.