andytudhope / SeekerBackend

Server stuff for the seekers
0 stars 2 forks source link

E2E encryption using ethereum addresses #2

Open JasoonS opened 6 years ago

JasoonS commented 6 years ago

Wrap the all messages and verification signature+nonce and encrypt this with the entities private key.

This ties the users signature+nonce to their identity and message. (hacker proof essentially ;) )

Young2men commented 1 year ago

Nice ❤️❤️