Post
Topic
Board Development & Technical Discussion
Re: jeeq: ECDSA encryption
by
oleganza
on 20/06/2013, 16:10:43 UTC
2) It is better to use "S" as the shared secret and send "K" to the recipient. She can get the secret "S" as S = r^(-1) * K. This way, you can send the same encrypted message to many recipients: just create the K1, K2, K3, etc, pubkeys for de recipient's keys R1, R2, R3, etc

This is smart. Thanks for suggestion.